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.
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.