The CDF of the Poisson Distribution

Computing cumulative probabilities for a Poisson random variable: evaluating the CDF directly, using the complement rule for tail probabilities, and finding probabilities over a range of values via differences of CDF values.

Step 1 of 157%

Tutorial

The Poisson CDF

The cumulative distribution function (CDF) of a Poisson random variable XX with parameter λ\lambda gives the probability that XX is less than or equal to some non-negative integer kk:

F(k)=P(Xk)=i=0keλλii!.F(k) = P(X \leq k) = \sum\limits_{i=0}^{k} \dfrac{e^{-\lambda} \lambda^i}{i!}.

This is just a running sum of the PMF values from i=0i = 0 through i=ki = k.

For example, if XPoisson(λ=1)X \sim \text{Poisson}(\lambda = 1), then

F(1)=P(X=0)+P(X=1)=e1100!+e1111!=e1+e1=2e10.7358.\begin{align*} F(1) &= P(X = 0) + P(X = 1) \\[3pt] &= \dfrac{e^{-1} \cdot 1^0}{0!} + \dfrac{e^{-1} \cdot 1^1}{1!} \\[3pt] &= e^{-1} + e^{-1} \\[3pt] &= 2e^{-1} \\[3pt] &\approx 0.7358. \end{align*}
navigate · Enter open · Esc close · ⌘K/Ctrl K toggle