ODF.BETADIST

OpenDocument / Microsoft Excel compatible function.

Syntax:

ODF.BETADIST( x:Number, alpha:Number, beta:Number {, lower_limit:Number {, upper_limit:Number {, cumulative:Boolean} } } )

Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the beta distribution with given alpha and beta shape parameters.

If lower_limit is omitted the standard beta distribution lower limit of zero is used.

If upper_limit is omitted the standard beta distribution upper limit of one is used.

cumulative selects CDF (TRUE, default) or PDF (FALSE).

As BETA.DIST() but with different parameter list order.

Revisions:

This function was added in Fireworkz 2.00.