The table below collects the full anatomy of the Poisson distribution into a single reference card — its rate parameter, support, PMF and CDF, the mean and variance (both equal to λ), mode and median behavior, the binomial approximation, and a canonical example.
| Aspect |
Formula / statement |
Note / example |
| Parameter |
λ > 0 — average rate (events per interval) |
events occur independently at a constant rate |
| Support |
k ∈ {0, 1, 2, ...} |
countably infinite — no upper limit on count |
| PMF |
P(X = k) = λk e−λ / k! |
normalized via the Taylor series eλ = ∑ λk/k! |
| CDF |
F(k) = ∑i=0k λi e−λ / i! |
no simple closed form; computed via the regularized incomplete gamma |
| Expected value |
E[X] = λ |
the rate parameter is the mean |
| Variance |
Var(X) = λ — equal to the mean |
unique to Poisson; sample mean ≈ sample variance is a diagnostic for fit |
| Mode and median |
mode = ⌊λ⌋ (or λ − 1 and λ when λ is an integer); median ≈ λ + 1/3 − 0.02/λ |
distribution approaches symmetry as λ grows |
| Binomial approximation |
Poisson(λ) ≈ Binomial(n, p) with λ = np, large n, small p |
the "law of rare events"; rule of thumb n > 20, p < 0.05 |
| Canonical example |
call center receiving 12 calls/hour → λ = 12 |
E[X] = 12, Var(X) = 12, σ ≈ 3.46 |