5.5 Poisson Distribution

The Poisson Probability Distribution

In science and engineering, we are often concerned with the number of events occurring in a fixed interval of time or space. Because we are considering a number of events, the random variable involved will be a count, and the probability distribution will be discrete. Consider processes in manufacturing where the rate of flaws in the product is known. If we are interested in the number of flaws in a given period of time, then the Poisson distribution governs this situation.

There are three main characteristics of a Poisson experiment or process.

  1. The Poisson probability distribution gives the probability of a number of events occurring in a fixed interval of time or space.
  2. The events happen with a known average rate, λ, which is a positive constant.
  3. Each event happens independently of the time since the last event.

Poisson Probability Density Function

The random variable X = the number of occurrences of the event in the interval of interest.

If X ~ Poisson(λ), then the probability distribution function is given as

P(X = x) = [latex]e^{-λ}\frac{λ^x}{x!}[/latex]

Note: x is a nonnegative integer.

The mean is [latex]\mu_x = λ[/latex].

The variance is [latex]\sigma_x^2 = λ[/latex].

Note: The Poisson distribution may be used to approximate the binomial if the probability of success is “small” (such as 0.01) and the number of trials is “large” (such as 1000). You will verify the relationship in the homework exercises. n is the number of trials, and p is the probability of a “success.”

Example 1 – Historic Flooding

Over the last 60 years, the Willamette River in Oregon has experienced 6 historic flooding events, so the rate of historic flooding is 6 floods per 60 years. If we assume this rate is fixed and historic flooding events occur independently (these are big assumptions that would need investigating), then what is the probability there will be 2 historic flood events in the next 10 years?

Answer:

If we define the random variable X as the number of historic floods in 10 years, and we know the average rate is [latex]\frac{6}{60} = \frac{1}{10}[/latex], then λ = 0.1. The probability there will be 2 historic flooding events in the next 10 years is expressed as P(X = 2), where X ~ Poisson(0.1).

P(X = 2) = [latex]e^{-0.1}\frac{0.1^2}{2!} \approx 0.0045[/latex], so there is about a 0.45% chance of there being exactly two historic floods of the Willamette River in the next 10 years.

Example 2 -Internet Interruption

There were 6 interruptions to Internet service between 8 a.m. and 10 a.m. What is the probability there will be more than one interruption in the next 15 minutes?

Answer:

Let [latex]X=[/latex] the number of Internet interruptions in 15 minutes. Notice that the interval of interest in this case is 15 minutes or [latex]frac{1}{4}[/latex] hour. We know there are 6 interruptions in a 2 hour period. A 2-hour period contains eight 15-minute intervals, so the mean rate of interruption is [latex]\frac{6}{8} = 0.75[/latex] and we define λ = 0.75. [latex]X\sim Poisson(0.75)[/latex].

The probability there will be more than one interruption in the next 15 minutes is expressed as [latex]P(X > 1)[/latex] and can be calculated by using the complementary event.

[latex]P(X > 1) = 1 - P(X \leq 1) = 1 - [P(X=0) + P(X = 1)][/latex]

[latex]= 1 - [(e^{-0.75}\frac{0.75^0}{0!}) + e^{-0.75}\frac{0.75^1}{1!}][/latex]

[latex]= 1 - [0.47236 + 0.35427][/latex]

[latex]\approx 0.1734[/latex]

There is approximately a 17.34% chance that there will be more than one Internet interruption in the next 15 minutes.

The probability histogram of [latex]X\sim Poisson(0.75)[/latex] is:

This graphs shows a poisson probability distribution. It has 5 bars that decrease in height from left to right. The x-axis shows values in increments of 1 starting with 0, representing the number of calls Leah receives within 15 minutes. The y-axis ranges from 0 to 0.5 in increments of 0.1.

The y-axis contains the probability of x where [latex]X=[/latex] the number of calls in 15 minutes.

Example 3 – Porch Pirates

In Albany, Oregon during December, an average of 147 packages per day are stolen from residential porches. Let X represent the number of packages stolen per day. The discrete random variable takes on the values [latex]X =[/latex]0, 1, 2 …. The random variable has a Poisson distribution with a mean of 147 packages per day.

[latex]X \sim Poisson(147)[/latex].

  1. What is the probability that no packages will be stolen in a day?
  2. What is the probability that  more 125 packages will be stolen in a day?

Answer:

  1. [latex]P(X = 0) = e^{-147}\frac{147^0}{0!} \approx 0[/latex]. There is almost no chance of no packages getting stolen in a day in December.
  2. [latex]P(X > 125) = 1 - P(X \leq 125) \approx 1 - 0.02923 = 0.96448[/latex]. There is approximately a 96.45% chance of more than 125 packages being stolen in Albany on a December day.

Poisson Approximation of the Binomial

A Poisson probability distribution of a discrete random variable gives the probability of a number of events occurring in a fixed interval of time or space, if these events happen at a known average rate and independently of the time since the last event. The Poisson distribution may be used to approximate the binomial, if the probability of success is “small” (less than or equal to 0.05) and the number of trials is “large” (greater than or equal to 20).

Videos

YouTube The Poisson Distribution

License

Icon for the Creative Commons Attribution 4.0 International License

Introduction to Statistics for Engineers Copyright © by Vikki Maurer & Jeff Crabill & Linn-Benton Community College is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.