Search for probability and statistics terms on Statlect
StatLect

Poisson distribution

by , PhD

The Poisson distribution is a discrete probability distribution used to model the number of occurrences of a random event.

Table of Contents

How the distribution is used

Suppose that an event can occur several times within a given unit of time.

When the total number of occurrences of the event is unknown, we can think of it as a random variable.

This random variable has a Poisson distribution if the time elapsed between two successive occurrences of the event:

  1. has an exponential distribution;

  2. it is independent of previous occurrences.

Example

A classical example of a random variable having a Poisson distribution is the number of phone calls received by a call center.

If the time elapsed between two successive phone calls has an exponential distribution and it is independent of the time of arrival of the previous calls, then the total number of calls received in one hour has a Poisson distribution.

The Poisson and the exponential distributions

The concept is illustrated by the plot above, where the number of phone calls received is plotted as a function of time:

Definition

A Poisson random variable is characterized as follows.

Definition Let X be a discrete random variable. Let its support be the set of non-negative integer numbers:[eq1]Let [eq2]. We say that X has a Poisson distribution with parameter $lambda $ if its probability mass function is[eq3]where $x!$ is the factorial of x.

Relation to the exponential distribution

The relation between the Poisson distribution and the exponential distribution is summarized by the following proposition.

Proposition The number of occurrences of an event within a unit of time has a Poisson distribution with parameter $lambda $ if the time elapsed between two successive occurrences of the event has an exponential distribution with parameter $lambda $ and it is independent of previous occurrences.

Proof

Denote by X the number of occurrences of the event and by[eq4]Note that there are at least x occurrences of the event (i.e., $Xgeq x$) within a unit of time if and only if the sum of the times elapsed between the x occurrences is less than one unit of time. In other words, the events [eq5]and [eq6]coincide. Therefore,[eq7]for any $xin R_{X}$. Thus, the distribution of X can be derived from the distribution of the waiting times [eq8]. We are going to prove that the assumption that the waiting times are exponential implies that X has a Poisson distribution. Denote by Z the sum of waiting times:[eq9]Since the sum of independent exponential random variables with common parameter $lambda $ is a Gamma random variable with parameters $2x$ and $frac{x}{lambda }$, then Z is a Gamma random variable with parameters $2x$ and $frac{x}{lambda }$, i.e., its probability density function is[eq10]where [eq11]and the last equality stems from the fact that we are considering only integer values of x. We need to integrate the density function to compute the probability that Z is less than 1:[eq12]The last integral can be computed integrating by parts $x-1$ times:[eq13]Multiplying by $c$, we obtain[eq14]Thus, we have obtained[eq15]But this is exactly what we get when X has a Poisson distribution:[eq16]

Expected value

The expected value of a Poisson random variable X is[eq17]

Proof

It can be derived as follows:[eq18]

Variance

The variance of a Poisson random variable X is[eq19]

Proof

It can be derived thanks to the usual variance formula ([eq20]):[eq21]

Moment generating function

The moment generating function of a Poisson random variable X is defined for any t in R:[eq22]

Proof

By using the definition of moment generating function, we get[eq23]where[eq24]is the usual Taylor series expansion of the exponential function. Furthermore, since the series converges for any value of $t$, the moment generating function of a Poisson random variable exists for any t in R.

Characteristic function

The characteristic function of a Poisson random variable X is[eq25]

Proof

By using the definition of characteristic function, we obtain[eq26]where[eq27]is the usual Taylor series expansion of the exponential function (note that the series converges for any value of $t$).

Distribution function

The distribution function of a Poisson random variable X is[eq28]where [eq29] is the floor of x, i.e. the largest integer not greater than x.

Proof

By using the definition of distribution function, we get[eq30]

Values of [eq31] are usually computed by computer algorithms. For example, the MATLAB command:

poisscdf(x,lambda)

returns the value of the distribution function at the point x when the parameter of the distribution is equal to lambda.

Solved exercises

Below you can find some exercises with explained solutions.

Exercise 1

The time elapsed between the arrival of a customer at a shop and the arrival of the next customer has an exponential distribution with expected value equal to 15 minutes. Furthermore, it is independent of previous arrivals.

What is the probability that more than 6 customers arrive at the shop during the next hour?

Solution

If a random variable has an exponential distribution with parameter $lambda $, then its expected value is equal to $1/lambda $. Here[eq32]Therefore, $lambda =4$. If inter-arrival times are independent exponential random variables with parameter $lambda $, then the number of arrivals during a unit of time has a Poisson distribution with parameter $lambda $. Thus, the number of customers that will arrive at the shop during the next hour (denote it by X) is a Poisson random variable with parameter $lambda =4$. The probability that more than 6 customers arrive at the shop during the next hour is[eq33]and the value of [eq34] can be calculated with a computer algorithm, for example with the MATLAB command[eq35]

Exercise 2

At a call center, the time elapsed between the arrival of a phone call and the arrival of the next phone call has an exponential distribution with expected value equal to 15 seconds. Furthermore, it is independent of previous arrivals.

What is the probability that less than 50 phone calls arrive during the next 15 minutes?

Solution

If a random variable has an exponential distribution with parameter $lambda $, then its expected value is equal to $1/lambda $. Here[eq36]where, in the last equality, we have taken 15 minutes as the unit of time. Therefore, $lambda =60$. If inter-arrival times are independent exponential random variables with parameter $lambda $, then the number of arrivals during a unit of time has a Poisson distribution with parameter $lambda $. Thus, the number of phone calls that will arrive during the next 15 minutes (denote it by X) is a Poisson random variable with parameter $lambda =60$. The probability that less than 50 phone calls arrive during the next 15 minutes is[eq37]and the value of [eq38] can be calculated with a computer algorithm, for example with the MATLAB command

poisscdf(49,60)

How to cite

Please cite as:

Taboga, Marco (2021). "Poisson distribution", Lectures on probability theory and mathematical statistics. Kindle Direct Publishing. Online appendix. https://www.statlect.com/probability-distributions/Poisson-distribution.

The books

Most of the learning materials found on this website are now available in a traditional textbook format.