Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the BETA.DIST function. |
| alpha | Parameter of the BETA.DIST function. |
| beta | Parameter of the BETA.DIST function. |
| cumulative | Parameter of the BETA.DIST function. |
| [A] | (Optional.) Parameter of the BETA.DIST function. |
| [B] | (Optional.) Parameter of the BETA.DIST function. |
Examples
Bayesian probability estimate
=BETA.DIST(0.3, 5, 15, TRUE)
PERT project timeline
=BETA.DIST(12, 2, 3, TRUE, 8, 20)
PDF of a proportion
=BETA.DIST(0.5, 2, 5, FALSE)
Common Errors
x must be between A and B (default 0 and 1). Alpha and beta must be positive. If A >= B, this error occurs.
Occurs when arguments are non-numeric.
Tips
Think of alpha as 'number of successes + 1' and beta as 'number of failures + 1' in a Bayesian context. Higher values mean more data and a tighter distribution.
By default the beta distribution covers [0,1]. Set A and B to rescale it to any interval, useful for PERT estimates and bounded physical quantities.
After an A/B test with s successes and f failures, the posterior distribution of the true rate is Beta(s+1, f+1). Use BETA.DIST to compute probabilities about that rate.
Try BETA.DIST in Viztab
Import your data and use BETA.DIST with 370+ other formulas. No signup required.
Open Viztab