Poisson Distributions

Calculating Cumulative Probabilities

The Problem

Let X be a random variable following a Poisson distribution. All Poisson distributions have just one parameter: average rate, λ (lambda). For this problem, let X have rate parameter λ = 16.67. An example of where such a distribution may arise is the following:

Statistics, Inc., makes candy. Unfortunately, they are not too good at it. Every week, an average of 16.67 pieces are defective. These defective pieces will not kill a person, but they will cause the person’s left index finger to turn scarlet. Let X be the number of defective pieces of candy manufactured in a specified week.

From the description, we can tell that X follows a Poisson distribution with rate parameter λ = 16.67. We know X follows a Poisson distribution because it is the number of successes measured over time (or space).

For those who like pictures, here is a graphic of the probability mass function of X. Note that it is skewed positive (right), that its sample space is non-negative, and that there is no upper bound to its sample space. In other words, S = {0, 1, 2, …}.

0.05 0.10 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51  …

Continuing the candy example, let us determine the probability that there is no more than 4 pieces of sour apple candy in the bag. In symbols, calculate P[X ≤ 4].

Your Answer

In the box below, please enter the value of P[X ≤ 4], where X ~ Poisson(λ = 16.67), then click on the “Check your answer!” button. Please round your answer to the ten-thousandths place.

Assistance

Show Formula

Show Solution

Show the R Code

Show the Excel Formula

© Ole J. Forsberg, Ph.D. 2024. All rights reserved.   .