PROBABILITYDistributionsStatistics Calculator
📊

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.

Concept Fundamentals
λᵏe⁻λ/k!
Poisson PMF
Probability mass function
Mean = Variance = λ
Key Property
Single parameter
Rare event counting
Application
Arrivals, defects, calls
Siméon Poisson 1837
Developer
Discrete distribution
Compute ProbabilityPMF, CDF, between

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
λ
STATISTICSDistributions

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

poisson.sh
CALCULATED
$ compute_poisson --lambda=5 --k=3 --mode=exact
Primary Probability
14.0374%
Mean (λ)
5.0000
Variance
5.0000
σ (√λ)
2.2361
Mode
5, 4
Normal approx
No
Share:
Poisson Distribution
P(X=3)
14.0374%
λ = 5Mean = 5.00σ = 2.24
numbervibe.com/calculators/statistics/poisson-distribution-calculator

PMF Bar Chart — P(X=k)

CDF Step Chart — P(X≤k)

Probability Table

kP(X=k)P(X≤k)P(X≥k)
00.0067380.0067381.000000
10.0336900.0404280.993262
20.0842240.1246520.959572
30.1403740.2650260.875348
40.1754670.4404930.734974
50.1754670.6159610.559507
60.1462230.7621830.384039
70.1044450.8666280.237817
80.0652780.9319060.133372
90.0362660.9681720.068094
100.0181330.9863050.031828
110.0082420.9945470.013695
120.0034340.9979810.005453
130.0013210.9993020.002019
140.0004720.9997740.000698
150.0001570.9999310.000226
160.0000490.9999800.000069
170.0000140.9999950.000020
180.0000040.9999990.000005
190.0000011.0000000.000001
200.0000001.0000000.000000
210.0000001.0000000.000000
220.0000001.0000000.000000
230.0000001.0000000.000000
240.0000001.0000000.000000
250.0000001.0000000.000000
260.0000001.0000000.000000
270.0000001.0000000.000000
280.0000001.0000000.000000
290.0000001.0000000.000000

Showing first 30 rows.

Calculation Breakdown

INPUT
Parameters
λ=5, k=3
RESULT
Primary Probability
14.0374%
P(X=3)=e5533!P(X = 3) = \frac{e^{-5} \cdot 5^{3}}{3!}
Mean
λ = 5.0000
E(X) = \text{lambda}
σ
2.2361
√\text{lambda}
Normal approx
No
ext{Use} N(\text{lambda} ,√\text{lambda} ) ext{when} \text{lambda} >20

For educational and informational purposes only. Verify with a qualified professional.

📈 Statistical Insights

λ

Mean = Variance = λ

— Definition

e^(-λ)

P(X=0) = e^(-λ)

— PMF

λ>20

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?

📞Call center arrivals are modeled with Poisson — λ=5 per hour means on average 5 calls per hourSource: Queueing Theory
🌟Shooting star counts per hour follow Poisson distribution when the rate is constantSource: Astronomy
🐛Software bugs per release are often Poisson — λ=10 means ~10 bugs per release on averageSource: Software Engineering
🏥ER arrival rates are classic Poisson applications — used for staffing and capacity planningSource: Healthcare
☢️Radioactive decay: number of decays per second follows Poisson; time between decays is exponentialSource: Physics
📧Email counts per day can be Poisson when arrivals are independent and randomSource: Stochastic Processes

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?

FeatureThis CalculatorExcelRManual
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

λ
Mean = Variance
√λ
Standard Deviation
λ > 20
Normal Approx Rule
e^(-λ)
P(X=0)

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.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators