Using the Table of Poisson Probabilities
This tool builds a Poisson-probability table like those found in many statistics appendices: probabilities
are rounded (typically to 4 decimals) and the table may be truncated once values round to 0.0000.
You can read a probability directly (exactly x) or add table entries (at most / at least).
Table rules used here
- Each entry is a rounded value of P(X = x) for a chosen λ.
- Because of rounding, the column sum may be slightly different from 1.
- If the table stops at some last x, it means probabilities beyond that point are extremely small (not impossible).
Poisson facts
Mean: μ = λ • Variance: σ2 = λ • Standard deviation: σ = √λ
Visualization
Bars use the same rounding rule as the table. Dots show the exact value from the Poisson formula.