Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the BETADIST function. |
| alpha | Parameter of the BETADIST function. |
| beta | Parameter of the BETADIST function. |
| [A] | (Optional.) Parameter of the BETADIST function. |
| [B] | (Optional.) Parameter of the BETADIST function. |
Examples
Probability proportion is below 0.4
=BETADIST(0.4, 3, 7)
Bounded variable estimate
=BETADIST(15, 2, 4, 10, 25)
Uniform distribution check
=BETADIST(0.5, 1, 1)
Common Errors
x must be between A and B (default 0 and 1). Alpha and beta must be positive.
Occurs when arguments are non-numeric.
Tips
BETADIST always returns the CDF. For the PDF, use BETA.DIST with cumulative=FALSE.
BETADIST is the compatibility function. BETA.DIST offers the additional PDF option and is the modern standard.
When alpha equals beta, the distribution is symmetric around 0.5 (or the midpoint of [A,B]). The distribution becomes U-shaped when both are less than 1.
Try BETADIST in Viztab
Import your data and use BETADIST with 370+ other formulas. No signup required.
Open Viztab