BETADIST(C2,C3,C4,C5,C6)
BETADIST(0.42, 3, 8)
Syntax
BETADIST(number, alpha, beta, [start], [end])
- number - The value on which the function will be evaluated.
- alpha - A parameter to the distribution.
- beta - A parameter to the distribution.
- start - [OPTIONAL] The lower bound for the number.
- end - [OPTIONAL] The upper bound for the number.
Examples
BETADIST(C2,C3,C4,C5,C6) returns the cumulative beta probability density function, for the given parameters.