BETA.DIST function
X
The value at which to evaluate the function.
Alpha
A parameter to the distribution.
Beta
A parameter to the distribution.
IsCumulative
TRUE, which calculates the cumulative distribution function. The value FALSE, which would have calculated the probability density function, is not supported.
A
A lower bound for the x
parameter. If omitted, the lower
bound is assumed to be 0.
B
An upper bound for the x
parameter. If omitted, the upper
bound is assumed to be 1.
Returns
A value for a beta distribution.
Returns the cumulative distribution function or the probability density
function of a beta distribution. The beta distribution is a family of
continuous probability distributions, where the alpha
and
beta
parameters control the shape of the distribution. The
x
parameter is the number at which the beta distribution is
evaluated.