Beta Distribution Calculator
Calculate beta distribution PDF, CDF, mean, variance, and mode from shape parameters.
About the Beta Distribution
Beta Distribution Examples
These parameter sets illustrate common symmetric and skewed shapes.
| Parameters (α, β, x) | Selected Results | Shape |
|---|---|---|
| 2, 2, 0.5 | PDF 1.5; CDF 0.5; mean 0.5 | A symmetric mound centered at one-half. |
| 2, 5, 0.3 | PDF 2.1609; CDF 0.579825; mean 0.285714 | A right-skewed distribution concentrated near lower values. |
| 5, 2, 0.7 | PDF 2.1609; CDF 0.420175; mean 0.714286 | The mirror image of Beta(2, 5). |
How to Calculate Beta Probabilities
- Enter a positive alpha shape parameter.
- Enter a positive beta shape parameter.
- Provide the x value between zero and one where the distribution is evaluated.
- Select Calculate Distribution and review the density, cumulative probability, and summary statistics.
Frequently Asked Questions
What do alpha and beta control?
They control the concentration and skew of the distribution. Their relative size shifts mass toward zero or one, while larger totals usually reduce spread.
Can the PDF be greater than one?
Yes, probability density can exceed one because probability is represented by area under the curve. The total area over zero to one remains exactly one.
What does the CDF result mean?
The CDF is the probability that a beta-distributed variable is at or below the entered x value. It always lies between zero and one.
Why can the mode be undefined?
The familiar interior mode formula requires both shape parameters to exceed one. Other parameter combinations place maximum density at a boundary or at both boundaries.
How is the beta distribution used in Bayesian analysis?
It commonly represents uncertainty about an unknown Bernoulli success probability. Successes and failures update its two shape parameters directly.