The Poisson Distribution

The Poisson distribution models the number of independent events occurring in a fixed interval at a constant average rate. This lesson introduces the Poisson PMF, computes its mean and variance, and shows how to rescale the rate parameter λ\lambda when the observation interval changes.

Step 1 of 157%

Tutorial

The Poisson Probability Mass Function

The Poisson distribution models the number of independent events that occur in a fixed interval (of time, length, area, etc.) when those events happen at a known constant average rate.

If XX counts the events in one such interval and the average count is λ>0\lambda > 0, we write XPoisson(λ)X \sim \mathrm{Poisson}(\lambda). The probability mass function is

P(X=k)=eλλkk!,k=0,1,2,P(X = k) = \dfrac{e^{-\lambda} \lambda^k}{k!}, \qquad k = 0, 1, 2, \ldots

For example, if a help line receives calls at an average rate of λ=2\lambda = 2 per minute, the probability of receiving exactly 33 calls in a given minute is

P(X=3)=e2233!=8e26=4e230.180.P(X = 3) = \dfrac{e^{-2} \cdot 2^3}{3!} = \dfrac{8\, e^{-2}}{6} = \dfrac{4\, e^{-2}}{3} \approx 0.180.

Notice that kk ranges over all non-negative integers, and the probabilities sum to 11 since k=0λkk!=eλ\sum\limits_{k=0}^{\infty} \dfrac{\lambda^k}{k!} = e^{\lambda}.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle