Beta Distribution Calculator

Enter shape parameters alpha and beta to compute PDF, CDF, mean, variance, mode, and visualize the Beta distribution curve.

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, β=5

The 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

  1. Enter the shape parameter alpha (α > 0) in the first field.
  2. Enter the shape parameter beta (β > 0) in the second field.
  3. Optionally enter an x value in [0, 1] to evaluate the PDF and CDF at that point.
  4. The calculator instantly shows mean, variance, mode, skewness, and entropy.
  5. The PDF curve chart updates automatically so you can visualize the distribution shape.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu