OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-formula message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office-formula] List of functions in OpenFormula, dealingwith LEGACY.*


In summary, I'd like to do this:

Rename:
LEGACY.CHIDIST => CHISQDISTRIGHT
  since this is well-defined and useful (no need to eliminate)
LEGACY.NORMSDIST => NORMSDIST
  where NORMSDIST(x) = NORMDIST(x;0;1;TRUE())
  since this is also well-defined and useful

Make NORMDIST have defaults:
 Number Mean = 0; Number StandardDeviation = 1; Logical Cumulative = TRUE()

Make other DIST functions have default Cumulative = TRUE(), for ease of use.

Do similar operations for NORMSINV, NORMINV.

LEGACY.CHITEST unchanged; maybe we can get more info on it.

Okay?  Objections?


--- David A. Wheeler


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]