Skip to content
Toolcroft

Probability Distribution Calculator - Normal, Binomial & Poisson

Math Calculators

Calculate PDF, PMF, and CDF values for the Normal, Binomial, and Poisson probability distributions. Visualize the distribution curve instantly in your browser.

PDF f(x): 0.398942
CDF P(X ≤ x): 50.00%

Common probability distributions

DistributionUse caseKey parameters
Normal (Gaussian)Heights, test scores, measurement errorsMean (μ), standard deviation (σ)
BinomialCoin flips, pass/fail outcomes in n trialsn (trials), p (probability of success)
PoissonRare events in fixed time/space (calls per hour)λ (average rate)
UniformEqual probability outcomes (dice roll)a (min), b (max)
ExponentialTime between events (wait time)λ (rate)

The 68-95-99.7 rule

For a normal distribution: 68% of values fall within ±1σ of the mean, 95% within ±2σ, and 99.7% within ±3σ. This is also called the empirical rule.

How discrete endpoint values are handled

Binomial and Poisson distributions count whole-number outcomes, so this tool requires whole numbers for n and k. Their boundary values are valid: with a binomial probability of 0, exactly zero successes has probability 1; with probability 1, exactly n successes has probability 1. Likewise, a Poisson process with rate λ = 0 has probability 1 of zero events. These cases are evaluated directly instead of relying on logarithms such as log(0), which are undefined.

Choosing and interpreting a distribution

Use the binomial model only when there is a fixed number of independent trials with the same success probability. Use Poisson for a count over a fixed interval when its rate is reasonably constant. The normal curve is continuous, so its PDF is a density rather than the probability of one exact value; probabilities over ranges come from differences between CDF values. The chart and all calculations run locally in your browser.

Browse all math calculators