Poisson distribution

The Poisson distribution counts how many times a rare event occurs in a fixed interval — radioactive decays per second, calls arriving at a switchboard per minute, typos per page. One parameter, , does all the work: it is simultaneously the mean and the variance.

00.050.10.150.20.2502468101214161820kprobability
Dark bars: PMF . Light bars: empirical frequencies from 500 samples. Dashed: Normal() approximation.

What to notice

  • Small produces a strongly right-skewed shape — rare events cluster near zero with a long tail.
  • Growing makes the bars more symmetric and bell-shaped. The dashed Normal(, ) curve hugs the PMF tightly above λ ≈ 10 — that’s the Central Limit Theorem at work on independent counts.
  • Adding samples smooths the light bars toward the dark PMF bars, illustrating the Law of Large Numbers.

Connection to the exponential

If events arrive at rate per unit time as a Poisson process, the waiting time between consecutive arrivals follows an Exponential() distribution. The two distributions are two views of the same underlying process.