Probability distribution calculators
Each calculator here takes the parameters of one probability distribution and returns probabilities, percentiles, the mean and the standard deviation. Discrete distributions count things; continuous ones model measurements, waiting times and proportions. Use the chooser to match your situation to the right model.
Which calculator do I need?
| You have or want | Use |
|---|---|
| Successes in a fixed number of independent trials with the same p | Binomial distribution calculator |
| Successes in a sample drawn without replacement from a small population | Hypergeometric distribution calculator |
| The trial on which the first success happens | Geometric distribution calculator |
| Counts of events per hour, per page or per square metre at an average rate | Poisson distribution calculator |
| A bell-shaped measurement and the area beyond a value | Normal distribution calculator |
| An area or percentile, and want the cut-off value | Inverse normal distribution calculator |
| The waiting time until the next event at a constant rate | Exponential distribution calculator |
| Time to failure of a component, with a wear-out or early-failure pattern | Weibull distribution calculator |
Discrete distributions: counting successes and events
For outcomes you count: successes in trials, trials until a success, or events in an interval.
-
Binomial distribution calculator
P(X = k), at most, at least and between for n independent trials with success probability p.
-
Poisson distribution calculator
The chance of k events in an interval when they happen at an average rate λ.
-
Geometric distribution calculator
P(X = k), ≤ and ≥ for the trial of the first success, in both conventions.
-
Negative binomial distribution calculator
Probabilities for the number of failures or trials before the r-th success.
-
Hypergeometric distribution calculator
Successes in a sample drawn without replacement, with a full probability table.
The normal distribution
Areas, cut-offs and the 68–95–99.7 rule for bell-shaped data.
-
Normal distribution calculator
Areas under the bell curve left of, right of or between values, from the mean and SD.
-
Inverse normal distribution calculator
The x and z that leave a given area to the left, right, middle or in both tails.
-
Empirical rule calculator
The ranges holding 68%, 95% and 99.7% of a normal distribution, from the mean and SD.
Continuous distributions for times, sizes and proportions
Skewed or bounded models for waiting times, lifetimes, incomes, distances and proportions.
-
Exponential distribution calculator
Waiting-time probabilities and percentiles from the rate λ or the mean.
-
Uniform distribution calculator
Probabilities, mean and SD for a continuous range or whole numbers a to b.
-
Beta distribution calculator
CDF, density, percentiles and moments of Beta(α, β) on 0 to 1.
-
Lognormal distribution calculator
Lognormal probabilities from μ and σ of ln X, or from the mean and SD of X.
-
Weibull distribution calculator
Failure probabilities, reliability, B10 life and moments from shape k and scale λ.
-
Rayleigh distribution calculator
Probabilities, percentiles and moments of the Rayleigh distribution from σ.
-
SMp(x) distribution calculator
The six-parameter SMp(x) function: value, probabilities, percentiles and moments.
Choosing a distribution
Start with what you are measuring. If it is a count, you want a discrete distribution. The binomial counts successes in a fixed number of independent trials; the geometric and negative binomial fix the number of successes and count the trials instead; the hypergeometric is the binomial’s counterpart when you sample without replacement; and the Poisson counts events with no fixed number of trials.
If it is a measurement, you want a continuous distribution. Symmetric, bell-shaped data suits the normal. Waiting times at a constant rate are exponential; lifetimes whose failure rate rises or falls with age are Weibull. Positive, right-skewed quantities such as incomes or particle sizes are often lognormal, and proportions between 0 and 1 are modelled with the beta.
Worked comparison: with or without replacement
Deal 5 cards from a standard deck. What is the chance of exactly 2 hearts? The cards are not replaced, so the right model is hypergeometric with N = 52, K = 13, n = 5: P(X = 2) = C(13, 2) × C(39, 3) / C(52, 5) = 0.2743. Treating each card as an independent 1-in-4 draw (binomial with n = 5, p = 0.25) gives 0.2637, which is about 4% too low. The binomial approximation only works when the sample is a small fraction of the population, say under 5%.
Common mix-ups
- Two geometric conventions. Some books count trials up to and including the first success (starting at 1), others count failures before it (starting at 0). The calculator shows both.
- P(X < k) vs P(X ≤ k). For discrete distributions they differ by P(X = k); for continuous ones they are equal.
- Lognormal parameters. μ and σ describe ln X, not X itself. Enter the mean and SD of X if that is what you have.
- Empirical rule vs exact areas. The empirical rule rounds to 68–95–99.7; the exact figures are 68.27%, 95.45% and 99.73%.