No menu items!

Poisson Distribution – Formula & Examples

-

It is a discrete probability distribution that is used to model real-life events that occur rarely or in situations where the probability of an event occurring is proportional to the time which has passed. For example, we use may use the Poisson distribution to model the number of accidents that might occur on a particular street every year.

The Poisson distribution is used when there are we wish to model events that can theoretically occur infinitely many times(unlike the binomial distribution where the total number of trials n is some fixed finite number) but occur rarely in real life like the example above- the number of accidents that might occur on a particular street every year.

Poisson Distribution PMF (Probability Mass Function):

We can use the probability mass function of the distribution to calculate the probability associated with a Poisson random variable. The Poisson distribution is defined by a single parameter \lambda. The probability mass function of the Poisson distribution is given as,

P(X=x) = e^{-\lambda}\frac{\lambda^x}{x!}   \text{ where }x=0,1,2,3,\ldots

All Poisson distributions are skewed towards the right. As \lambda increases the distribution shifts more towards the right. This is why the Poisson distribution has been called the probability distribution of rare events (the probabilities tend to be high for small numbers of occurrences).

The mean and variance of the distribution are both equal to the value of the parameter λ.

If X and Y are Poisson random variables with means λ1 and λ2 respectively then X+Y also follows a Poisson distribution with mean λ1+ λ2. This property is called the additive property of the Poisson distribution.

Poisson Distribution Example:

Suppose that on an average of 3 car accidents occur per year on a particular street. Assume that the number of car accidents that occur is distributed in a Poisson manner. Calculate the probability that two or fewer accidents occur on the street in a particular year.

Solution:   Let X denote the number of car accidents that occur per year.

We are given that Mean = \lambda =3.

\text{Then the probability mass function is }P(X=x) = e^{-3}\frac{3^x}{x!}      

\text{Required probability }= P(X=0)+P(X=1)+P(X=2)= e^{-3}\frac{3^0}{0!} + e^{-3}\frac{3^1}{1!} + e^{-2}\frac{2^x}{2!}   = 0.4231

So there is a 42.31% chance that two or fewer accidents occur per year.

Mean of Poisson Distribution:

The mean/expected value of the poisson distribution is given by the parameter :

E(X)= \lambda

Proof: \begin{align*} E(X) &= \sum_{x=0}^{\infty} xp(x) \\ &= \sum_{x=1}^{\infty} xe^{-\lambda}\frac{\lambda^x}{x!} \\ &= e^{-\lambda}\lambda\sum_{x=1}^{\infty}\frac{\lambda^{x-1}}{(x-1)!} \\ &= e^{-\lambda}\lambda e^{\lambda} \text{ (using the Taylor expansion for exponential function)} \\ &= \lambda \end{align*}

Variance and Standard Deviation of Poisson Distribution:

The variance of the poisson distribution is given by the parameter :

V(X)= \lambda

Proof: \begin{align*}E(X(X-1)) &= \sum_{x=0}^{\infty}x(x-1)p(x) \\ &= \sum_{x=1}^{\infty}x(x-1)e^{-\lambda}\frac{\lambda^x}{x!} \\ &= e^{-\lambda}\lambda^2\sum_{x=2}^{\infty}\frac{\lambda^{x-2}}{(x-2)!} \\ &= e^{-\lambda}\lambda^2 e^{\lambda} \text{ (using the Taylor expansion for exponential function)} \\ &= \lambda^2 \end{align*}

\begin{align*}\text{Now } V(X) = E(X^2)-[E(X)]^2 &= E(X(X-1)) + E(X) - [E(X)]^2 \\ &= \lambda^2 + \lambda - \lambda^2 = \lambda\end{align*}

The standard deviation which is the square root of the variance is given as,

S.D(X)= \sqrt{\lambda}

When to use Poisson Distribution:

The Poisson distribution can be used to model the following processes:

  1. Number of deaths from a disease such as heart attack per year.
  2. Used in quality control statistics to count the number of defects of an item.
  3. Number of typographical errors on a page of a book.
  4. In insurance problems to count the number of casualities.
  5. Number of calls per minute received by a call centre.
  6. Number of customers per hour who arrive at a busy restaurant for dinner.
  7. In physics to count the number of particles emitted by a radioactive substance

Poisson Distribution as approximation for Binomial distribution:

Poisson distribution was discovered by the French mathematician and physicist Simeon Poisson who published it in 1837.

Poisson distribution can be used to approximate the binomial distribution under the following conditions:

  1. n, the number of trials is indefinitely large
  2. p, the constant probability of success for each trial is indefinitely small
  3. np = A, (say), is finite where A is the mean.

Moment Generating Function (MGF) for Poisson Distribution:

The moment generating function of the Poisson distribution is given as, M_X(t)= e^{\lambda (e^{t}-1)}

Proof: \begin{align*} M_X(t)= E[e^{tx}] &= \sum_{x=0}^{\infty}e^{tx}p(x) \\ &= \sum_{x=1}^{\infty}e^{tx}e^{-\lambda}\frac{\lambda^x}{x!} \\ &= e^{-\lambda}\sum_{x=1}^{\infty}e^{tx}\frac{(e^t \lambda)^x}{x!} \\ &= e^{\lambda (e^{t}-1)} \text{ (using the Taylor expansion for exponential function)}\end{align*}

MLE of Poisson Distribution:

MLE for Poisson Distribution 1
MLE for Poisson Distribution 2
What is lambda in Poisson Distribution?

The lambda in Poisson distribution refers to the mean and the variance of the distribution.

What is e in poisson distribution?

The ‘e’ in the exponential distribution refers to the Eulers number whose approximate value is 2.718.

Hey 👋

I have always been passionate about statistics and mathematics education.

I created this website to explain mathematical and statistical concepts in the simplest possible manner.

If you've found value from reading my content, feel free to support me in even the smallest way you can.



Share this article

Recent posts

Popular categories

Recent comments