Hi Regina,

Regina Henschel schrieb:
....
In the spec it is:
WEIBULL
Summary: Calculates the Weibull distribution.
Syntax: WEIBULL( Number value ; Number alpha ; Number beta ; Logical cumulative )
Returns: Number
Constraints: value >= 0; alpha > 0; beta > 0
Semantics: Calculates the Weibull distribution at the position value.
If cumulative is false, the probability density function is calculated.
If cumulative is true, the cumulative distribution function is calculated.

And because 1 is treated as true and 0 is treated as false, 1 is cumulative and 0 is density. It is the same for all kind of distributions.

Is the English help the text that I get in DEV300m57? Then the help is wrong.

Yes ... help is wrong in this case. I filed issue 105020.

Thanks for your answer,

André

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org
For additional commands, e-mail: dev-h...@documentation.openoffice.org

Reply via email to