Beta Distribution Calculator
Find the mean, variance and mode of a beta distribution.
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.