Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the BETA.INV function. |
| alpha | Parameter of the BETA.INV function. |
| beta | Parameter of the BETA.INV function. |
| [A] | (Optional.) Parameter of the BETA.INV function. |
| [B] | (Optional.) Parameter of the BETA.INV function. |
Examples
Lower bound of conversion rate
=BETA.INV(0.05, 12, 88)
PERT pessimistic estimate
=BETA.INV(0.9, 2, 3, 5, 20)
Median of a beta distribution
=BETA.INV(0.5, 5, 5)
Common Errors
Probability must be between 0 and 1 (inclusive). Alpha and beta must be positive. If A >= B (custom bounds), this error occurs.
Occurs when arguments are non-numeric.
Tips
Use BETA.INV(0.025, s+1, f+1) and BETA.INV(0.975, s+1, f+1) to construct a 95% credible interval for your conversion rate after s successes and f failures.
The optional A and B parameters let you map the beta distribution to any interval. BETA.INV(p, alpha, beta, A, B) returns a value between A and B.
BETA.INV(BETA.DIST(x, a, b, TRUE), a, b) = x. Use them together to convert between values and probabilities.
Try BETA.INV in Viztab
Import your data and use BETA.INV with 370+ other formulas. No signup required.
Open Viztab