Returns the cumulative beta probability density function.
Sample Usage
BETA.DIST(C2,C3,C4,C5,C6)
BETA.DIST(0.42, 3, 8)
Syntax
BETA.DIST(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
BETA.DIST(C2,C3,C4,C5,C6) returns the cumulative beta probability density function, for the given parameters.