BETA.DIST
Returns the beta cumulative distribution function
Syntax
BETA.DIST(x, alpha, beta, cumulative, [A], [B])
Parameters
- x: Required. The value between A and B at which to evaluate the function
- alpha: Required. A parameter of the distribution
- beta: Required. A parameter of the distribution
- cumulative: Required. TRUE for cumulative distribution, FALSE for probability density
- A: Optional. Lower bound (default 0)
- B: Optional. Upper bound (default 1)
Example
=BETA.DIST(2, 8, 10, TRUE, 1, 3)