Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Probability mass f at x = 0
0.006738
Poisson distribution, λ = 5
0.006737946999085467 0.006737946999085467 1.0
x f(x) — probability mass P(x) — lower cumulative Q(x) — upper cumulative
0 0.006737947 0.006737947 1
1 0.033689735 0.040427682 0.993262053
2 0.084224337 0.124652019 0.959572318
3 0.140373896 0.265025915 0.875347981
4 0.17546737 0.440493285 0.734974085
5 0.17546737 0.615960655 0.559506715
6 0.146222808 0.762183463 0.384039345
7 0.104444863 0.866628326 0.237816537
8 0.065278039 0.931906365 0.133371674
9 0.036265577 0.968171943 0.068093635
10 0.018132789 0.986304731 0.031828057

What is the Poisson Distribution Calculator?

The Poisson distribution models the number of events that occur in a fixed interval of time or space, given a known constant average rate (the mean) and the assumption that events happen independently. This calculator tabulates three quantities over a sequence of x values: the probability mass \(f(x;\lambda)\), the lower cumulative probability \(P(x;\lambda) = P(X \le x)\), and the upper cumulative probability \(Q(x;\lambda) = P(X \ge x)\).

How to use it

Choose which series to highlight (probability mass f, lower cumulative P, or upper cumulative Q). Enter the mean value \(\lambda\) (must be \(\ge 0\)), the initial value of x, the increment (step), and the number of repetitions (rows). The calculator generates \(x = \text{initialX},\ \text{initialX}+\text{step},\ \text{initialX}+2\cdot\text{step},\ \ldots\) and shows f, P and Q for each, highlighting the selected column.

The formula explained

The probability mass function is $$f(x;\lambda) = e^{-\lambda} \cdot \frac{\lambda^{x}}{x!}.$$ The lower cumulative distribution sums all masses up to x: $$P(x;\lambda) = \sum_{t=0}^{x} f(t;\lambda).$$ The upper cumulative probability includes the term at x itself: $$Q(x;\lambda) = 1 - P(x;\lambda) + f(x;\lambda),$$ so P and Q overlap on \(f(x)\). For numerical stability we compute f using log factorials: $$f = \exp\!\left(-\lambda + x\cdot\ln\lambda - \ln(x!)\right).$$

Advertisement
Bar chart of Poisson probability mass function for a moderate lambda
The Poisson PMF: probability of each integer count x for a given mean rate lambda.

Worked example

With \(\lambda = 5\) and \(x = 0\): \(e^{-5} = 0.006737947\), so \(f(0) = 0.006737947\), \(P(0) = 0.006737947\), and $$Q(0) = 1 - 0.006737947 + 0.006737947 = 1.$$ At \(x = 5\), \(f(5) = 0.175467\), \(P(5) = 0.615961\), and \(Q(5) = 0.559507\) — meaning about 61.6% of the probability mass sits at \(X \le 5\).

Poisson PMF bars overlaid with a step cumulative distribution curve
PMF bars (left axis) with the lower cumulative CDF as a rising step function (right axis).

FAQ

Why does P + Q exceed 1? Because both the lower cumulative P (\(X \le x\)) and upper cumulative Q (\(X \ge x\)) include the point mass \(f(x)\); their sum is \(1 + f(x)\).

What happens when \(\lambda = 0\)? All mass is at \(x = 0\): \(f(0) = 1\), \(f(x) = 0\) for \(x > 0\), and \(P(x) = 1\) for every \(x \ge 0\).

Can \(\lambda\) be non-integer? Yes — \(\lambda\) is a rate and may be any value \(\ge 0\); x values are non-negative integers.

Last updated: