Beta Distribution Calculator: Calculate PDF, Mean & Variance

Calculate Beta Distribution Parameters

Shape parameter 1 (must be > 0).
Shape parameter 2 (must be > 0).
The value (0 ≤ x ≤ 1) at which to evaluate the PDF.

The Beta Distribution Calculator helps you understand this versatile continuous probability distribution. Quickly compute the Probability Density Function (PDF), Mean, and Variance for specific shape parameters (alpha & beta) and a given probability (x), essential for Bayesian analysis and modeling proportions.

Formula:

Beta Distribution Formulas

The Beta distribution is defined by two positive shape parameters, α (alpha) and β (beta), and is defined on the interval [0, 1].

  • Probability Density Function (PDF):
  • f(x; α, β) = (x(α-1) × (1-x)(β-1)) / B(α, β)

    Where:

    • x: The probability value (between 0 and 1)
    • α: Shape parameter alpha (a positive real number)
    • β: Shape parameter beta (a positive real number)
    • B(α, β): The Beta function, B(α, β) = Γ(α)Γ(β) / Γ(α+β)
    • Γ: The Gamma function
  • Mean (Expected Value):
  • E[X] = α / (α + β)

  • Variance:
  • Var[X] = (α × β) / ((α + β)2 × (α + β + 1))

Note: The Cumulative Distribution Function (CDF) involves the regularized incomplete beta function, which is computationally intensive and typically requires specialized statistical software or libraries for precise calculation. This calculator focuses on PDF, Mean, and Variance.

Statistics and Probability Distributions Tools

Beta Distribution Function with Interactive Chart

Go to Calculator

Folded Normal Distribution

Go to Calculator

Gumbel Distribution : Analyze Extreme Event Probabilities

Go to Calculator