The Beta Distribution Calculator computes PDF, CDF, mean, variance, and mode from shape parameters α and β. The versatile bounded-range distribution for Bayesian statistics, A/B testing posterior analysis, and PERT project duration modeling — any quantity naturally constrained between 0 and 1.
2.160937
0.285714
0.02551
0.159719
0.2
7
2.160937
0.285714
0.02551
0.159719
0.2
7
The beta distribution is the natural home for probabilities, proportions, and rates — quantities that must fall between 0 and 1 and cannot be negative or exceed unity. Where the normal distribution models unbounded quantities and the Poisson models count data, the beta distribution models the probability that a probability takes a particular value. This self-referential elegance makes it the foundation of Bayesian inference, where it serves as the conjugate prior for Bernoulli and binomial likelihoods. The beta distribution calculator computes all key distributional statistics from your shape parameters.
The beta distribution Beta(α, β) is defined on the interval [0, 1] with two positive shape parameters:
Special cases with intuitive interpretations:
Use this online calculator for any α and β combination. The Bayesian updating calculator applies the beta distribution's conjugate prior property to real inference problems.
The analytical formulas for beta distribution moments:
The most accessible modern application of the beta distribution is Bayesian A/B testing. Suppose a website control page converts at an unknown rate p_A. After observing 45 conversions in 200 visits, the posterior distribution for p_A is Beta(α = 46, β = 156) — with the prior Beta(1, 1) representing no prior knowledge. The posterior mean = 46/202 = 22.8%; the 95% credible interval bounds the true rate with 95% probability (unlike a frequentist confidence interval). To assess which variant wins, compare the posterior distributions of p_A and p_B directly: P(p_B > p_A) = ∫ across all possible combinations — a calculation that requires numerical integration but is conceptually transparent. The probability calculator and probability distribution calculators cover the complete statistical toolkit.
The Program Evaluation and Review Technique (PERT) uses a modified beta distribution to model task duration uncertainty. Given optimistic (a), most likely (m), and pessimistic (b) estimates: PERT mean = (a + 4m + b) / 6; PERT standard deviation = (b − a) / 6. These parameters map to the beta distribution's α and β through the PERT equations: α = 6 × (mean − a) / (b − a); β = 6 × (b − mean) / (b − a). The PERT distribution is the project manager's practical tool for converting three-point expert estimates into a probabilistic duration model without requiring full distributional data.
The PDF value indicates the relative likelihood of observing value x under the specified beta distribution. Higher PDF values correspond to more probable regions. The mean gives the expected value of the distribution, always lying between 0 and 1. The variance decreases as either shape parameter increases, meaning more data (larger α + β) produces more concentrated distributions. The mode is the most likely value; when both α and β exceed 1, the mode lies strictly between 0 and 1. If α < 1 or β < 1, the density is unbounded near 0 or 1 respectively.
Inputs
Results
After observing 7 conversions in 10 trials (with uniform prior), the posterior Beta(8,4) peaks at 0.7. The PDF at x=0.65 is 2.21, indicating this is a high-density region.
Inputs
Results
Beta(2,20) models a low defect rate with mean ~9.1%. The mode at 5% and low variance indicate high confidence in a low defect proportion.
How helpful was this calculator?
5.0/5 (1 rating)
Interpolation Calculator
Functional Programming & Advanced Math Calculators
Polynomial Equation Solver
Scientific & Engineering Programming Calculators
Matrix Calculator
Scientific & Engineering Programming Calculators
Vector Calculator
Linear Algebra Calculators
Square Area Calculator
Plane Geometry Calculators