Poisson distribution calculator

For counts of events in a fixed stretch of time or space: calls per hour, typos per page. Set the average rate and see the whole spread of counts.

Example: a help desk averages 4 calls per hour. What is the chance of 7 or more in the next hour?

Probability of
P(X = 3)0.1954
Mean4
Std deviation2
0: 0.018301: 0.07332: 0.146523: 0.19544: 0.195445: 0.15636: 0.104267: 0.05958: 0.029889: 0.013210: 0.00531011: 0.001912: 0.00061213: 0.000214: 5.640e-51415: 1.504e-516: 3.760e-61617: 8.847e-7

P(X = 3) = e^(−4) × 4^3 / 3! = 0.1954

Full probability table
kP(X = k)P(X ≤ k)
00.01830.0183
10.07330.0916
20.14650.2381
30.19540.4335
40.19540.6288
50.15630.7851
60.10420.8893
70.05950.9489
80.02980.9786
90.01320.9919
100.00530.9972
110.00190.9991
120.00060.9997
130.00020.9999
145.640e-51.0000
151.504e-51.0000
163.760e-61.0000
178.847e-71.0000

What the Poisson distribution counts

The Poisson distribution gives the probability of seeing k events in a fixed interval when events occur independently at a steady average rate λ. It is named after Siméon Denis Poisson (1837). A famous early use was Ladislaus Bortkiewicz's 1898 study of Prussian cavalrymen killed by horse kicks, whose yearly counts fitted a Poisson curve closely.

P(X = k) = e^(−λ) · λᵏ / k!

Scaling the rate

λ must match the interval you ask about. If calls average 4 per hour, then over 30 minutes λ = 2 and over a full 8-hour shift λ = 32. Slide λ upwards and watch the distribution become more symmetric; for large λ it is close to normal with mean λ and SD √λ.

Worked example

With λ = 4 calls per hour: P(X = 0) = e⁻⁴ ≈ 0.0183, so a completely quiet hour happens about 1.8% of the time. P(X ≥ 7) ≈ 0.1107, roughly one hour in nine.

The waiting time between Poisson events follows the exponential distribution.

Still not clicking? Ask the tutor

An AI tutor that sees the numbers you entered above and explains them. It can make mistakes, so check anything important against the worked steps.

Questions students ask

What is the Poisson formula?

P(X = k) = e^(−λ) λ^k / k!, where λ is the average number of events in the interval.

When should I use a Poisson distribution?

When events happen independently, one at a time, at a constant average rate, and you are counting them in a fixed interval. Classic examples are arrivals, defects and radioactive decays.

What are the mean and variance of a Poisson distribution?

Both equal λ. If your count data have a variance much larger than the mean, a Poisson model is probably too simple.

How is Poisson related to binomial?

When n is large and p is small, Binomial(n, p) is close to Poisson(λ = np). For example, 1,000 trials with p = 0.002 behaves like Poisson with λ = 2.

Keep exploring