2.10 The Poisson Distribution

An important discrete probability distribution is the Poisson distribution.1 We examine it because of its key role in complementing the exponential distribution in queuing theory in Chapter 12. The distribution describes situations in which customers arrive independently during a certain time interval, and the number of arrivals depends on the length of the time interval. Examples are patients arriving at a health clinic, customers arriving at a bank window, passengers arriving at an airport, and telephone calls going through a central exchange.

The formula for the Poisson distribution is

P(X)=λxeλX!
(2-18)

where

  • P(X)=probability of exactly X arrivals or occurrences

  • λ= average number of arrivals per unit of time (the mean arrival rate), pronounced “lambda”

  • e=2.718, the base of the natural logarithm

  • X=number of occurrences (012)

The mean and variance of the Poisson distribution are equal and are computed simply as

Expected value=λ
(2-19)
Variance=λ
(2-20)

With the help of the table in Appendix C, the values of eλ are easy to find. We can use these in the formula to find probabilities. For example, if λ=2, from Appendix C we find e2=0.1353. The Poisson probabilities that X is 0, 1, and 2 when λ=2 are as follows:

  • P(X)=eλλxX!

  • P(0)=e2200!=(0.1353)11=0.135314%

  • P(1)=e2211!=e221=0.1353(2)1=0.270627%

  • P(2)=e2222!=e242(1)=0.1353(4)2=0.270627%

These probabilities, as well as others for λ=2 and λ=4, are shown in Figure 2.18. Notice that the chances that 9 or more customers will arrive in a particular time period are virtually nil. Programs 2.6A and 2.6B illustrate how Excel can be used to find Poisson probabilities.

Two bar graphs side by side.

Figure 2.18 Sample Poisson Distributions with λ= 2 and λ= 4

It should be noted that the exponential and Poisson distributions are related. If the number of occurrences per time period follows a Poisson distribution, then the time between occurrences follows an exponential distribution. For example, if the number of phone calls arriving at a customer service center followed a Poisson distribution with a mean of 10 calls per hour, the time between each phone call would be exponentially distributed with a mean time between calls of 1/10 hour (6 minutes).

A screenshot showing Excel calculations for a Poisson distribution when the random variable is the number of occurrences per time period.

Program 2.6A Excel 2016 Output for the Poisson Distribution

A screenshot showing the formulas used to calculate P open parens X closed parens and P open parens X less than lowercase x closed parens in the Poisson Distribution chart in the previous figure.

Program 2.6B Functions in an Excel 2016 Spreadsheet for the Poisson Distribution

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset