Poisson Distribution Calculator
Calculate Poisson probabilities for rare events: P(X = k) = e^(-λ) λᵏ / k!. Find the probability of exactly k events occurring in a time interval given average rate λ.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Poisson Distribution Calculator | — | P(X=k) = e⁻λ × λᵏ / k! | probability |
Step-by-Step Examples
Average 3 calls per minute (λ=3). P(exactly 2 calls in one minute)?
- P(X=2) = e⁻³ × 3² / 2! = 0.0498 × 9 / 2
- = 0.2240
- 22.4% chance of exactly 2 calls in a minute
- Mean and variance both = λ = 3
λ=10 visits per hour. P(15 or more visits in an hour)?
- P(X≥15) = 1 - P(X≤14)
- = 1 - Σ P(X=k) for k=0 to 14
- ≈ 1 - 0.9165 = 0.0835
- 8.35% chance of 15+ visits
Hospital: average 0.5 accidents per day (λ=0.5). P(no accidents)?
- P(X=0) = e^(-0.5) × 0.5^0 / 0! = e^(-0.5) = 0.6065
- 60.65% chance of no accidents on a given day
Real-World Applications
Common Mistakes to Avoid
Poisson works best when p is small and n is large (λ = np). For frequent events with p near 0.5, use binomial.
λ must match your time/space unit. If λ=6 per hour but you want per half-hour, use λ=3 for that calculation.
Real data often has variance > mean (over-dispersion). Poisson assumes variance = mean. Negative binomial is better for over-dispersed count data.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.