Syntax:
ODF.BETADIST(x:number, alpha:number, beta:number {, lower_limit:number {, upper_limit:number {, cumulative:Boolean}}})
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.
Added in 1.36.