Loading…

Binomial Distribution Probability Calculator

Math Probability • Discrete Probability Distributions

View all topics

Binomial Distribution Probability Calculator – PMF & CDF (Free)

Compute binomial probabilities for \(X\sim\mathrm{Bin}(n,p)\): \(P(X=k)\) and optionally \(P(X\le k)\). The tool also reports \(\mathbb E[X]=np\) and \(\mathrm{Var}(X)=np(1-p)\).

Tip: Press Play after calculating to sweep across \(k\) and watch the PMF bars and the CDF point update (pan/zoom supported).

Inputs

Accepted expressions: 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

What to compute
Drag on the chart to pan. Use mouse wheel / trackpad to zoom. Labels are kept readable (no LaTeX inside the canvas).
Ready
Interactive view — PMF bars + CDF line (pan/zoom) + Play sweep

Top: PMF \(P(X=x)\) bars. Bottom: CDF \(F(x)=P(X\le x)\). Play sweeps the highlighted \(k\).

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does X~Bin(n,p) mean?

It means X counts successes in n independent Bernoulli trials, each with success probability p.

What is the difference between PMF and CDF?

PMF gives the probability of exactly k successes: P(X=k). CDF gives the probability of at most k successes: P(X≤k).

Why is a normal approximation useful?

For large n, the binomial distribution can be approximated by a normal distribution with mean np and variance np(1-p). Continuity correction improves CDF accuracy.

When might the binomial model be inappropriate?

If trials are not independent or the success probability changes from trial to trial, the Bin(n,p) assumptions may not hold.