Poisson Probability Calculator

Compute exact and cumulative Poisson probabilities with distribution moments.

Scratchpad (not saved)

What This Calculator Does

This calculator evaluates the Poisson model for counts of rare independent events over a fixed interval, reporting both exact and cumulative probabilities. It also returns the standard Poisson moments so you can judge how wide the count distribution is around the average rate.

It combines Average Rate λ, Events k to estimate P(X = k), P(X <= k), P(X >= k).

Formula & Method

Core equations: P(X=k)=e^{-\lambda}\frac{\lambda^k}{k!},\quad P(X\le k)=\sum_{j=0}^{k}P(X=j).

Notation used in the formulas: R = P(X = k); x_{1} = Average Rate λ; x_{2} = Events k.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use it when events are described by an average arrival rate rather than a fixed number of Bernoulli trials, such as calls per hour, defects per batch, or claims per day.

Inputs Used

  • Average Rate λ: Used directly in the calculation.
  • Events k: Used directly in the calculation.

Related Calculators