Home › Statistics & Probability Calculators › Poisson Distribution Calculator
Poisson Distribution Calculator
The Poisson distribution gives the probability of observing k events in a fixed interval when events occur independently at a constant average rate λ: calls to a helpdesk per hour, typos per page, goals per match. Enter λ, choose the probability type and k, and the calculator applies P(X = k) = e⁻ᵏλᵏ ÷ k! and sums the terms you need.
Alongside the answer you get the single-term computation with numbers, the cumulative rule, the mean and variance (both equal to λ), a bar chart with the selected range highlighted and a table of probabilities for k from 0 upward. Because λ can be scaled, a rate of 2 per hour becomes λ = 6 for a three-hour window.
The Poisson also approximates the binomial distribution when n is large and p is small (λ = np), and the time between Poisson events follows the exponential distribution. This page matches poissonpdf and poissoncdf on the TI-84 and POISSON.DIST in Excel.
Result and step-by-step solution
Mean = variance = λ = 3.5, SD = 1.8708
- FormulaP(X = k) = e−λ × λk ÷ k!
- Single term at k = 2P(X = 2) = e−3.5 × 3.52 ÷ 2! = 0.030197 × 12.25 ÷ 2 = 0.18496
- Add the terms in the rangeP(X ≤ 2) = 0.32085
- Probability table
k P(X = k) P(X ≤ k) P(X ≥ k) 0 0.0302 0.0302 1 1 0.10569 0.13589 0.9698 2 0.18496 0.32085 0.86411 3 0.21579 0.53663 0.67915 4 0.18881 0.72544 0.46337 5 0.13217 0.85761 0.27456 6 0.0771 0.93471 0.14239 7 0.03855 0.97326 0.06529 8 0.01687 0.99013 0.02674 9 0.00656 0.99669 0.00987 10 0.0023 0.99898 0.00331 11 0.00073 0.99971 0.00102 12 0.00021 0.99992 0.00029 13 0.00006 0.99998 0.00008
Frequently asked questions
- What is λ in the Poisson distribution?
- The average number of events in the interval you are asking about. It is both the mean and the variance of the distribution.
- How do I find the probability of at least one event?
- P(X ≥ 1) = 1 − P(X = 0) = 1 − e⁻ᵏ. With λ = 3.5 that is 1 − 0.0302 = 0.9698.
- Can λ be a decimal?
- Yes. λ is an average, so 3.5 or 0.25 are valid; only k must be a whole number.
- When is Poisson a good approximation to the binomial?
- When n is large (say 50+) and p is small (0.1 or less), with λ = np. The approximation improves as n grows and p shrinks.
Last reviewed: September 25, 2026. Calculations run in your browser and were validated against SciPy.
