Beta Distribution Calculator

Find the mean, variance and mode of a beta distribution.

Mean 0.2857
Variance 0.0255
Mode 0.2

Formula: mean = α/(α+β)

Step-by-step with your numbers:
1. Values used:
2. Alpha (α) = 2
3. Beta (β) = 5
4.
5. Mean = 0.2857
6. Variance = 0.0255
7. Mode = 0.2
Did we solve your problem today?

The beta distribution models probabilities and proportions on the interval [0, 1].

The math behind it

mean = α/(α+β), variance = αβ/((α+β)²(α+β+1)), mode = (α−1)/(α+β−2) for α,β > 1.

Worked example

α 2, β 5 → mean 0.286, mode 0.20.

FAQ

Why is it useful?

It's the conjugate prior for the binomial — central to Bayesian inference.