Stat Lab

Binomial Probability Calculator

Model outcomes for discrete independent trials

Trial Parameters
Exact Probability P(X = k)
---
Likelihood of exactly k results
Expected Mean (μ)
--
Variance (σ²)
--
Std. Deviation (σ)
--
0% Cumulative P(X ≤ k) 100%

Cumulative Likelihood

Probability Mass Function (PMF)

The bar chart below represents the probability distribution for all possible successes. The highlighted bar corresponds to your input $k$.

Cumulative Distributions

Calculate to see cumulative ranges.

The Binomial Formula

The binomial distribution models the number of successes in $n$ independent trials, each with the same probability $p$.

P(X = k) = (n! / (k!(n-k)!)) * p^k * (1-p)^(n-k)
  • Mean (μ): n * p
  • Variance (σ²): n * p * (1 - p)
  • Trials: Must be independent and discrete.