Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the BETAINV function. |
| alpha | Parameter of the BETAINV function. |
| beta | Parameter of the BETAINV function. |
| [A] | (Optional.) Parameter of the BETAINV function. |
| [B] | (Optional.) Parameter of the BETAINV function. |
Examples
95th percentile proportion
=BETAINV(0.95, 4, 16)
Bounded percentile
=BETAINV(0.5, 2, 2, 0, 100)
Conservative rate estimate
=BETAINV(0.10, 6, 44)
Common Errors
Probability must be between 0 and 1 (inclusive). Alpha and beta must be positive.
Occurs when arguments are non-numeric.
Tips
BETAINV is the compatibility function. BETA.INV is the modern replacement with identical behavior.
If you omit A and B, the function assumes the standard beta distribution on [0,1]. Specify A and B to work with variables on different scales.
In Bayesian analysis with a uniform prior, after observing s successes and f failures, BETAINV(p, s+1, f+1) gives the p-th quantile of the posterior for the true success probability.
Try BETAINV in Viztab
Import your data and use BETAINV with 370+ other formulas. No signup required.
Open Viztab