BETA.INVn
Returns the inverse of the beta cumulative distribution function
Syntax
BETA.INV(probability, alpha, beta, [A], [B])
Parameters
- probability: Required. A probability associated with the beta distribution
- alpha: Required. A parameter of the distribution
- beta: Required. A parameter of the distribution
- A: Optional. Lower bound (default 0)
- B: Optional. Upper bound (default 1)
Example
=BETA.INV(0.6855, 8, 10, 1, 3)