Beta Distribution Calculator
Enter shape parameters alpha and beta to compute PDF, CDF, mean, variance, mode, and visualize the Beta distribution curve.
Use the Beta Distribution Calculator
Shape Parameters
Distribution Statistics
PDF at x
—
CDF at x — P(X ≤ x)
—
Mean
—
Variance
—
Std Deviation
—
Mode
—
Skewness
—
Kurtosis (excess)
—
Key Formulas
- Mean: α / (α + β)
- Variance: αβ / ((α+β)²(α+β+1))
- Mode: (α−1) / (α+β−2), when α,β > 1
- Skewness: 2(β−α)√(α+β+1) / ((α+β+2)√(αβ))
- PDF: x^(α−1)(1−x)^(β−1) / B(α,β)
- CDF: Ix(α,β) — regularized incomplete beta
PDF Curve
α=2, β=5The vertical line marks the current x value. The filled area shows P(X ≤ x).
Common Presets
Summary
Enter shape parameters alpha and beta to compute PDF, CDF, mean, variance, mode, and visualize the Beta distribution curve.
How it works
- Enter the shape parameter alpha (α > 0) in the first field.
- Enter the shape parameter beta (β > 0) in the second field.
- Optionally enter an x value in [0, 1] to evaluate the PDF and CDF at that point.
- The calculator instantly shows mean, variance, mode, and skewness.
- The PDF curve chart updates automatically so you can visualize the distribution shape.
Use cases
- Model the probability of success in Bayesian A/B testing.
- Estimate task completion probabilities in PERT project scheduling.
- Analyze proportions and rates in statistical quality control.
- Model click-through rates, conversion rates, and other bounded metrics.
- Perform prior and posterior distribution analysis in Bayesian inference.
- Study continuous random variables constrained between 0 and 1.
- Visualize how shape parameters affect distribution skewness and peakedness.
- Compute exact CDF values for hypothesis testing with Beta-distributed variables.
Frequently Asked Questions
Last updated: 2026-09-22 ·
Reviewed by Nham Vu