Exam PDiscreteFree to read
Poisson distribution
The number of events in a fixed interval when events occur independently at a constant average rate.
Parameters and support
- expected number of events in the interval —
- Support
The formulas
- p(x)
- F(x)
- Mean
- Variance
- MGF
Where the moments come from
- Take Binomial(, ) and let : .
- Mean: .
- Variance: , since the correction vanishes.
- Directly from the MGF: , so and , giving .
- Independent Poissons ADD: if and are independent, .
Worked example
Claims arrive at a call centre as a Poisson process at 3 per hour. Find the probability of exactly 2 claims in a 20-minute window.
- Rescale the rate to the window: 20 minutes is of an hour, so .
- .
- , so .
Answer: 0.1839
The mean, variance, CDF and moment generating function above are re-derived numerically from this distribution’s own density on every test run — summed over the support for a discrete distribution, integrated by quadrature for a continuous one — and compared with the closed forms printed here. A typo on this page fails the build.
Traps
- Leaving λ at the stated per-unit rate when the question asks about a different-length interval.
- Adding Poisson parameters for DEPENDENT streams — the addition rule needs independence.
- Confusing the count (Poisson) with the waiting time between events (exponential).
Related
Drill this: the Exam P question bank has original questions on this distribution, and the recall trainer builds its prompts from exactly the formulas above.