MathematicsStatisticsMedium

Poisson Distribution

Also known as:Poisson lawlaw of rare events

The Poisson distribution models the number of events occurring within a fixed interval of time or space, given that events happen independently at a constant average rate λ. It is a discrete distribution and is particularly useful when events are rare relative to the number of opportunities. Applications include modelling call-centre traffic, radioactive decay counts, and the number of defects per unit area.

Key Formula

P(X = k) = (λ^k × e^(−λ)) / k!

LaTeX: P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!}

SymbolMeaningUnit
λaverage number of events per interval (rate parameter)events per interval
kactual number of events (k = 0, 1, 2, ...)unitless
eEuler's number ≈ 2.71828unitless
k!factorial of kunitless

Worked Example

Problem

A call centre receives on average 4 calls per minute. What is the probability of receiving exactly 6 calls in a given minute?

Solution

Step 1: Identify λ = 4, k = 6. Step 2: Apply the formula: P(X = 6) = (4^6 × e^−4) / 6! Step 3: Calculate 4^6 = 4096. Step 4: Calculate e^−4 ≈ 0.01832. Step 5: Calculate 6! = 720. Step 6: P(X = 6) = (4096 × 0.01832) / 720 ≈ 75.1 / 720 ≈ 0.1042.

Answer

P(X = 6) ≈ 0.1042, or about 10.4%

Properties of the Poisson Distribution

PropertyFormulaDescription
Meanμ = λAverage number of events per interval
Varianceσ² = λEqual to the mean (unique property)
Std Deviationσ = √λSquare root of the rate
Skewness1/√λPositive skew, decreases as λ increases
Modefloor(λ) or floor(λ)−1Most probable count
Approx. Normalλ > ~10Approaches normal for large λ

Interactive Tools

Wolfram Alpha — Poisson Distribution

Open Tool

Desmos Graphing Calculator

Open Tool

Khan Academy — Poisson Distribution

Open Tool
Probability mass function of the Poisson distribution for several values of λ

Wikimedia Commons, CC BY-SA

Related Terms

Named after French mathematician Siméon Denis Poisson, who introduced it in his 1837 work Recherches sur la probabilité des jugements. The word Poisson means "fish" in French, though the distribution is named after the person, not the animal.

poissondiscrete distributionrare eventsstatisticscounting process