Modeling With the Poisson Distribution

Set up Poisson models from real-world rates, scale the rate parameter to match the interval of interest, and compute exact, cumulative, and complementary probabilities.

Step 1 of 157%

Tutorial

Modeling a Count With the Poisson Distribution

The Poisson distribution models the number of independent events occurring in a fixed interval (of time, length, area, etc.) when events happen at a constant average rate. If XX counts such events and the mean number of events in the interval is λ,\lambda, then

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

To model a situation, identify two things:

  1. The count variable XX — what is being counted.
  2. The rate parameter λ\lambda — the expected number of events over the chosen interval.

For example, if a website averages 77 visits per minute and XX is the number of visits in a particular minute, then λ=7\lambda = 7 and

P(X=10)=e771010!0.0710.P(X = 10) = \dfrac{e^{-7} \cdot 7^{10}}{10!} \approx 0.0710.
navigate · Enter open · Esc close · ⌘K/Ctrl K toggle