Poisson Distributions

Calculating 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 λ = 9. 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 9 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 has a Poisson distribution with rate parameter λ = 9. We know this because X 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 integers, and that there is no upper bound to its sample space. In other words, S = {0, 1, 2, 3, …}.

0.05 0.10 0.15 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  …

Continuing the candy example, let us determine the probability that there are exactly 12 defective pieces of candy produced in the week. In symbols, calculate P[X = 12].

Your Answer

In the box below, please enter the value of P[X = 12], where X ~ Poisson(λ = 9), 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.   .