Beta Distribution Calculator

Calculate beta distribution PDF, CDF, mean, variance, and mode from shape parameters.

Beta Distribution Properties
Enter positive alpha and beta parameters plus an evaluation point from zero to one.

About the Beta Distribution

The beta distribution is a continuous probability distribution defined on the interval from zero to one. Two positive shape parameters, conventionally named alpha and beta, control its form. This flexibility makes the distribution useful for modeling probabilities, proportions, conversion rates, reliability, and other quantities with natural lower and upper bounds. When alpha and beta are both one, the density is uniform. Equal values greater than one create a symmetric mound, while unequal values create left or right skew. The probability density function is x raised to alpha minus one, multiplied by one minus x raised to beta minus one, then divided by the beta function B(alpha, beta). Density describes relative concentration near a point; it is not itself the probability of observing that exact continuous value. The cumulative distribution function gives the probability that a beta-distributed random variable is less than or equal to x. This calculator evaluates the CDF using the regularized incomplete beta function and reports both PDF and CDF at the requested point. Several useful summaries follow directly from the shape parameters. The mean is alpha divided by alpha plus beta. The variance is alpha times beta divided by the square of their sum times alpha plus beta plus one. When both parameters exceed one, the interior mode is alpha minus one divided by alpha plus beta minus two. If either parameter is at most one, the most likely behavior occurs at a boundary or can involve two boundaries, so the calculator marks the simple interior mode as undefined. Beta distributions play a central role in Bayesian inference because they are conjugate priors for Bernoulli and binomial likelihoods. A prior Beta(alpha, beta) updated with s successes and f failures becomes Beta(alpha + s, beta + f). This produces interpretable, efficient probability models for rates while expressing uncertainty rather than only a point estimate. The distribution also appears in project modeling, order statistics, and random-number generation. Choose parameters based on the application and remember that alpha and beta are shape values, not probabilities. Use the PDF to compare relative density, the CDF for threshold probability, and the moments to summarize location and spread.

Beta Distribution Examples

These parameter sets illustrate common symmetric and skewed shapes.

Parameters (α, β, x)Selected ResultsShape
2, 2, 0.5PDF 1.5; CDF 0.5; mean 0.5A symmetric mound centered at one-half.
2, 5, 0.3PDF 2.1609; CDF 0.579825; mean 0.285714A right-skewed distribution concentrated near lower values.
5, 2, 0.7PDF 2.1609; CDF 0.420175; mean 0.714286The mirror image of Beta(2, 5).

How to Calculate Beta Probabilities

  1. Enter a positive alpha shape parameter.
  2. Enter a positive beta shape parameter.
  3. Provide the x value between zero and one where the distribution is evaluated.
  4. Select Calculate Distribution and review the density, cumulative probability, and summary statistics.

Frequently Asked Questions

What do alpha and beta control?

They control the concentration and skew of the distribution. Their relative size shifts mass toward zero or one, while larger totals usually reduce spread.

Can the PDF be greater than one?

Yes, probability density can exceed one because probability is represented by area under the curve. The total area over zero to one remains exactly one.

What does the CDF result mean?

The CDF is the probability that a beta-distributed variable is at or below the entered x value. It always lies between zero and one.

Why can the mode be undefined?

The familiar interior mode formula requires both shape parameters to exceed one. Other parameter combinations place maximum density at a boundary or at both boundaries.

How is the beta distribution used in Bayesian analysis?

It commonly represents uncertainty about an unknown Bernoulli success probability. Successes and failures update its two shape parameters directly.