Syntax:
ODF.BETADIST(x:Number, alpha:Number, beta:Number {, lower_limit:Number {, upper_limit:Number {, cumulative:Logical}}})
Returns the value of the probability density function (PDF) or the cumulative distribution function (CDF) 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 2.00.