Poisson Distribution Calculator

Enter the average event rate λ and an event count k to evaluate Poisson probabilities and distribution summaries.

P(X = k)

0.146525

P(X ≤ k)

0.238103

P(X > k)

0.761897

Mean: 4.000

Variance: 4.000

Standard Deviation: 2.000

Probability table
kP(X = k)
00.018316
10.073263
20.146525
30.195367
40.195367
50.156293
60.104196
70.059540
80.029770
90.013231
100.005292
110.001925
120.000642
130.000197
140.000056

How to Use This Calculator

  1. Enter the average event rate λ (events per interval).
  2. Provide an event count k to evaluate exact and cumulative probabilities.
  3. Review mean, variance, and standard deviation — all equal to λ in a Poisson process.
  4. Use the probability table to inspect neighbouring event counts.

Formula

P(X = k) = e−λ λk / k!

P(X ≤ k) = Σi=0k e−λ λi / i!

Mean = λ • Variance = λ

The Poisson distribution models counts of events that occur independently with a constant average rate over a fixed interval of time or space.

Full Description

Poisson processes arise in queueing systems, natural phenomena, telecommunications, and reliability analysis. The single parameter λ simultaneously represents the expected number of events and the distribution variance. Because Poisson probabilities decrease quickly in the tails, even modest λ values yield a practical upper bound on likely event counts.

When λ is large, the Poisson distribution is well-approximated by a normal distribution with identical mean and variance, while small λ highlights the discrete and skewed nature of the process.

Frequently Asked Questions

Can k be negative or fractional?

No. k must be a non-negative integer because it represents a count of events.

What if the variance exceeds λ?

Over-dispersed data may suit a negative binomial model, which allows variance greater than the mean.

How do I approximate cumulative probabilities quickly?

For large λ, use the normal approximation with continuity correction; otherwise rely on Poisson sums as shown here.

Does the interval length matter?

λ should reflect the expected count over the interval of interest. Adjust λ if you change the observation interval.