Poisson Distribution — Count of Events per Interval
P(X=k) for count data. Call centers, ER arrivals, software bugs. Mean = λ = Variance. Normal approximation when λ > 20.
Why This Statistical Analysis Matters
Why: Poisson models rare events in a fixed interval. Used in queueing, reliability, epidemiology. Mean equals variance.
How: Enter λ (mean rate). Choose mode: P(X=k), P(X≤k), P(X≥k), or P(a≤X≤b). Get probability, PMF, CDF charts.
- ●Mean = λ = Variance
- ●P(X=k) = e^(-λ)λ^k/k!
- ●λ>20 → normal approx
P(X=k) for Count Data — Events per Interval
PMF/CDF charts. Call centers, ER arrivals, software bugs, radioactive decay. Mean = λ = Variance. Normal approximation when λ > 20.
Real-World Scenarios — Click to Load
Calculation Mode
Inputs
PMF Bar Chart — P(X=k)
CDF Step Chart — P(X≤k)
Probability Table
| k | P(X=k) | P(X≤k) | P(X≥k) |
|---|---|---|---|
| 0 | 0.006738 | 0.006738 | 1.000000 |
| 1 | 0.033690 | 0.040428 | 0.993262 |
| 2 | 0.084224 | 0.124652 | 0.959572 |
| 3 | 0.140374 | 0.265026 | 0.875348 |
| 4 | 0.175467 | 0.440493 | 0.734974 |
| 5 | 0.175467 | 0.615961 | 0.559507 |
| 6 | 0.146223 | 0.762183 | 0.384039 |
| 7 | 0.104445 | 0.866628 | 0.237817 |
| 8 | 0.065278 | 0.931906 | 0.133372 |
| 9 | 0.036266 | 0.968172 | 0.068094 |
| 10 | 0.018133 | 0.986305 | 0.031828 |
| 11 | 0.008242 | 0.994547 | 0.013695 |
| 12 | 0.003434 | 0.997981 | 0.005453 |
| 13 | 0.001321 | 0.999302 | 0.002019 |
| 14 | 0.000472 | 0.999774 | 0.000698 |
| 15 | 0.000157 | 0.999931 | 0.000226 |
| 16 | 0.000049 | 0.999980 | 0.000069 |
| 17 | 0.000014 | 0.999995 | 0.000020 |
| 18 | 0.000004 | 0.999999 | 0.000005 |
| 19 | 0.000001 | 1.000000 | 0.000001 |
| 20 | 0.000000 | 1.000000 | 0.000000 |
| 21 | 0.000000 | 1.000000 | 0.000000 |
| 22 | 0.000000 | 1.000000 | 0.000000 |
| 23 | 0.000000 | 1.000000 | 0.000000 |
| 24 | 0.000000 | 1.000000 | 0.000000 |
| 25 | 0.000000 | 1.000000 | 0.000000 |
| 26 | 0.000000 | 1.000000 | 0.000000 |
| 27 | 0.000000 | 1.000000 | 0.000000 |
| 28 | 0.000000 | 1.000000 | 0.000000 |
| 29 | 0.000000 | 1.000000 | 0.000000 |
Showing first 30 rows.
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
📈 Statistical Insights
Mean = Variance = λ
— Definition
P(X=0) = e^(-λ)
— PMF
Normal approximation valid
— NIST
Key Takeaways
- The Poisson distribution models the count of events in a fixed interval when events occur independently at a constant average rate λ
- PMF: P(X=k) = e^(-λ) × λ^k / k! — Mean = λ, Variance = λ, SD = √λ
- Mode = ⌊λ⌋ (and λ-1 if λ is an integer)
- When λ > 20, Poisson ≈ N(λ, √λ) — normal approximation is valid
- Relationship to exponential: if events follow Poisson(λ), time between events is Exp(λ)
Did You Know?
How It Works
1. The Poisson Process
Events occur randomly at a constant average rate λ per unit time/space. The number of events in a fixed interval is Poisson(λ).
2. The PMF Formula
P(X=k) = e^(-λ) × λ^k / k! — the probability of exactly k events. The factorial k! grows fast, so probabilities decay for large k.
3. Mean Equals Variance
E(X)=λ and Var(X)=λ — a unique property. If observed variance differs greatly from mean, Poisson may not fit.
4. Normal Approximation
When λ > 20, Poisson is well-approximated by N(λ, √λ). Use for quick hand calculations or when λ is large.
5. Exponential Connection
If events follow Poisson(λ), the time between consecutive events is Exp(λ). Poisson counts events; exponential models wait times.
Expert Tips
Poisson vs Binomial
When n is large and p is small, Binomial(n,p) ≈ Poisson(np). Use Poisson when n is unknown or very large.
Check Overdispersion
If variance >> mean, consider negative binomial. If variance << mean, data may be underdispersed.
λ Units Matter
λ must match your interval. λ=5 per hour means 5 events per hour; for 30 min use λ=2.5.
Queueing Theory
M/M/1 queues assume Poisson arrivals. Arrival rate λ and service rate μ determine queue length.
Why Use This Calculator vs Other Tools?
| Feature | This Calculator | Excel | R | Manual |
|---|---|---|---|---|
| PMF + CDF charts | ✅ | ⚠️ | ⚠️ | ❌ |
| Normal approximation overlay | ✅ | ❌ | ❌ | ❌ |
| 7 real-world presets | ✅ | ❌ | ❌ | ❌ |
| P(a≤X≤b) range | ✅ | ⚠️ | ⚠️ | ⚠️ |
| Step-by-step formulas | ✅ | ❌ | ❌ | ✅ |
| AI analysis | ✅ | ❌ | ❌ | ❌ |
Frequently Asked Questions
When should I use the Poisson distribution?
When modeling counts of rare events in a fixed interval: call arrivals, defects, accidents, radioactive decays. Events must occur independently at a constant average rate λ.
What is the relationship between Poisson and exponential?
If events follow Poisson(λ), the time between consecutive events is Exp(λ). Poisson counts events; exponential models wait times.
When is the normal approximation valid?
When λ > 20. Use N(λ, √λ). For smaller λ, use exact Poisson formulas.
Why does mean equal variance for Poisson?
It's a mathematical property of the distribution. If your data has variance >> mean (overdispersion), consider negative binomial.
How do I estimate λ from data?
λ̂ = sample mean. The sample mean is the MLE for λ.
Poisson vs binomial — when to use which?
Binomial: fixed n trials, probability p. Poisson: count in interval, rate λ. When n large, p small, np=λ, they approximate each other.
Poisson Distribution by the Numbers
Official Data Sources
Disclaimer: This calculator provides Poisson probabilities for educational and professional reference. The Poisson model assumes events occur independently at constant rate λ. For critical applications (queueing, reliability, epidemiology), verify assumptions and consider overdispersion. When λ > 20, normal approximation is provided for comparison.
Related Calculators
Negative Binomial Distribution Calculator
Number of trials to achieve r successes. Generalizes geometric (r=1). Calculate P(X=k), P(X≤k), P(a≤X≤b) with PMF bar chart, CDF step chart, and normal...
StatisticsExponential Distribution Calculator
Calculate PDF, CDF, mean, variance, and percentiles for the exponential distribution Exp(λ). Models time between events in a Poisson process. Memoryless...
StatisticsGeometric Distribution Calculator
Calculate probabilities for the geometric distribution — the number of trials until the first success. PMF, CDF, survival function, and memoryless property.
StatisticsHypergeometric Distribution Calculator
Calculate hypergeometric probabilities for sampling without replacement. P(X=k), mean, variance, PMF bar chart, CDF step chart, and binomial approximation...
StatisticsLognormal Distribution Calculator
Calculate PDF, CDF, mean, mode, variance, and percentiles for the lognormal distribution. If ln(X) ~ N(μ, σ²), then X is lognormal. Income, house prices...
StatisticsRayleigh Distribution Calculator
Calculate PDF, CDF, mean, mode, variance for the Rayleigh distribution. Models magnitude of 2D Gaussian vectors — used in wireless communications, wind...
Statistics