Open In App

Poisson Distribution | Definition, Formula, Table and Examples

Last Updated : 11 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

The Poisson distribution is a discrete probability distribution that calculates the likelihood of a certain number of events happening in a fixed time or space, assuming the events occur independently and at a constant rate.

It is characterized by a single parameter, λ (lambda), which represents the event's average occurrence rate. The distribution is used when the events are rare, the number of occurrences is non-negative, and can take on integer values (0, 1, 2, 3,...).

Poisson-Distribution

The key assumptions of the Poisson distribution are:

1. Events occur independently of each other.
2. The average rate of occurrence (λ) is constant over the given interval.
3. The number of events can be any non-negative integer.

In summary, the Poisson distribution is used to model the likelihood of events happening at a certain rate within a fixed time or space, under the assumptions of independence and constant occurrence.

Poisson Distribution Formula

Poisson distribution is characterized by a single parameter, lambda (λ), which represents the average rate of occurrence of the events. The probability mass function of the Poisson distribution is given by:

P (X = k) = e−λλk​ / k!

Where,

  • P(X = k) is the Probability of observing k Events
  • e is the Base of the Natural Logarithm (approximately 2.71828)
  • λ is the Average Rate of Occurrence of Events
  • k is the Number of Events that Occur

Poisson Distribution Table

This table is a tabulation of probabilities for a Poisson distribution and probabilities here can be calculated using the Probability Mass Function of Poisson Distribution which is given by \bold{\text{PMF} = \frac{\lambda^k e^{-\lambda}}{k !}}

The following table is one such example of the Poisson Distribution Table.

k (Number of Events)P(X = k)

0

0.0498

1

0.1494

2

.2241

3

0.2241

4

0.1681

5

0.1009

6

0.0505

7

0.0214

8

0.0080

9

0.0027

10

0.0008

Poisson Distribution Characteristics

  • Probability Mass Function (PMF): PMF describes the likelihood of observing a specific number of events in a fixed interval. It is given by:
    P(X = k) = (e × λk) / k! , k=0,1,2,…
  • Cumulative Distribution Function (CDF): CDF gives the probability that the random variable is less than or equal to a certain value. It is expressed as:
    F(x) = ∑(from k=0 to ⌊x⌋) (e × λk) / k!
    where ⌊x⌋ denotes the greatest integer less than or equal to x.
  • Moment Generating Function (MGF): MGF provides a way to derive moments of the distribution. It is represented by:
    M(t) = e(λ(e^t - 1))
    The MGF helps derive moments like mean and variance by differentiating them.
  • Characteristic Function (CF): CF is an alternative way to describe the distribution and is given by:
    ϕ(t) = e(λ(e^(it) - 1))
    Where i= √-1 (imaginary unit).
  • Probability Generating Function (PGF): PGF generates the probabilities of the distribution and is expressed as:
    G(z) = e(λ(z - 1))
  • Median: The Median, which represents the central value, is approximately λ+ (1/3) ​− 0.02/λ​.
  • Mode: Mode, or the most probable value, is simply the integer part of λ, denoted as ⌊λ⌋.
    If λ is an integer, then both λ and λ−1 are modes.
  • If λ is not an integer, the mode is simply ⌊λ⌋ (integer part of λ).
  • Mean and Variance: The mean (λ) and variance (λ) of a Poisson distribution are equal. This means that both the average number of events and the spread or variability around this average are characterized by the same parameter.
  • Non-negative and Discrete: The Poisson distribution describes the probability of non-negative integer values only, as it models counts of events. It is a discrete probability distribution.
  • Memorylessness: Events in a Poisson process are memoryless, meaning the probability of an event occurring in the future is independent of the past, given the current state. For example, if you're waiting for a bus, the probability of the bus arriving in the next minute doesn't depend on how long you've already been waiting.
  • Independent Increments: The number of events occurring in non-overlapping intervals is independent. For instance, if you're counting the number of cars passing through an intersection in one minute, the number of cars in the next minute is independent of the number in the previous minute.
  • Rare Events Approximation: When the average rate of occurrence (λ) is large, and the probability of a single event is small, the Poisson distribution can approximate the binomial distribution. This is known as the "rare events" approximation, where the binomial distribution with a large number of trials and a small probability of success converges to a Poisson distribution.
  • Skewness and Kurtosis: The Poisson distribution is positively skewed (skewness > 0) and leptokurtic (kurtosis > 0), meaning it has a longer tail on the right side and heavier tails than the normal distribution. However, for large values of λ, it becomes increasingly symmetric and bell-shaped, resembling a normal distribution.

Some other properties are:

  • Poisson distribution has only one parameter "λ" where λ = np.
  • Poisson distribution is positively skewed and leptokurtic.

Note: Here leptokurtic means values greater kurtosis than the normal distribution, and kurtosis is the nothing but the sharpness of the peak of the frequency distribution curve.

Poisson Distribution Graph

The following illustration shows the Graph of the Poisson Distribution or the Poisson Distribution Curve.

Poisson Distribution Graph

Poisson Distribution Mean and Variance

In the Poisson distribution, both the mean (average) and variance are equal and are denoted by the parameter λ (lambda). This property of equal mean and variance is a distinctive characteristic of the Poisson distribution and simplifies its statistical analysis.

Poisson Distribution Mean

The mean for poison distribution is equal to the parameter i.e., λ. Mathematically, this equation is represented as follows:

E[X] = λ

where,

  • E[X] is the Mean of Poisson's Distribution
  • λ is the Parameter of the Distribution
  • X is a Random Variable following a Poisson distribution

Other than this, we have one more formula for the mean of expectation of the distribution,n, that is:

Mean = λ = np

where,

  • n is the Number of Trails
  • p is the Probability of Success

Poisson Distribution Variance

Variance is the measure of the spread or dispersion of the random variable around its mean. For Poisson Distribution, variance is equal to the parameter λ (lambda).
Thus, the variance of a Poisson distribution can be expressed as:

Var(X) = λ

where,

  • Var(X) is the variance of the Poisson-distributed random variable X
  • λ is the parameter of the Poisson distribution

Standard Deviation of Poisson Distribution

Standard Deviation of a Poisson distribution is a measure of the amount of variability or dispersion in the distribution. Mathematically, it is given by:

σ = √λ

Where,

  • λ (lambda) is the Average Rate of Occurrence of Events
  • σ (sigma) is the Standard Deviation of the Distribution

Probability Mass Function of Poisson Distribution

The Probability Mass Function (PMF) of a Poisson-distributed random variable X represents the probability that X takes on a specific value k.

\bold{\text{PMF} = \frac{\lambda^k e^{-\lambda}}{k !}}

where,

  • λ is the Parameter, which is also equal to the Mean, and Variance
  • k is the Number of times an event occurs
  • e is Euler's Number (≈2.718)

Properties of PMF in Poisson Distribution

  • Non-Negativity: P ( X = k ) ≥ 0 for all k.
  • The sum of Probabilities: The sum of all probabilities over possible values of k is 1.

\sum_{k=0}^{\infty} P(X = k) = 1

Example: Suppose a hospital receives an average of λ = 4 emergency cases per hour. What is the probability that exactly 2 cases occur in an hour?
Solution:

Using the Poisson formula:

P (X = 2) = e-4 42 /2! = e-4 ✕ 16/2 = 0.0183 ✕ 16 /2 = 0.1465

Probability mass function graphs

A probability mass function graph is a visual representation of a Poisson distribution that can be represented visually as a graph of the. A probability mass function is a function that describes a discrete probability distribution.

The event with the highest probability is represented by the peak of the distribution—the mode.

  • When λ is a non-integer, the mode is the closest integer smaller than λ.
  • When λ is an integer, there are two modes: λ and  λ−1.

When λ is low, the distribution is much more distributed on the right side of its peak than its left (right-skewed).

As λ increases, the distribution starts to appear more and more similar to a normal distribution. When λ is 10 or greater, a normal distribution is a good approximation of the Poisson distribution.

Difference between Binomial and Poisson Distribution

The key differences between Poisson Distribution and Binomial Distribution are listed in the following table:

Difference between Binomial and Poisson Distribution

AspectBinomial DistributionPoisson Distribution
NatureDiscreteDiscrete
Number of TrialsFixed (n)Unlimited
OutcomeSuccess or FailureRare Events
ParameterProbability of Success (p)Average Event Rate (λ)
Possible Values0 to n0, 1, 2, . . .
Meanμ = n ⨉ pμ = λ
Varianceσ2 = n ⨉ p ⨉ (1 - p)σ2 = λ
ApplicabilityLimited to a fixed number of trialsRare events over a large population
ExampleFlipping a coin multiple timesCounting occurrences of an event
AssumptionsIndependent trials, constant pRare events, low probability of success

Poisson Distribution Solved Examples

Example 1:If 4% of the total items made by a factory are defective. Find the probability that less than 2 items are defective in the sample of 50 items.

Solution:  

Here we have, n = 50, p = (4/100) = 0.04, q = (1-p) = 0.96,  λ = 2

Using Poisson's Distribution,
P(X = 0) = \frac{2^0e^{-2}}{0!} = 1/e2 = 0.13534
P(X = 1) = \frac{2^1e^{-2}}{1!} = 2/e2 = 0.27068

Hence the probability that less than 2 items are defective in sample of 50 items is given by:
P( X > 2 ) = P( X = 0 ) + P( X = 1 ) = 0.13534 + 0.27068 = 0.40602

Example 2: If the probability of a bad reaction from medicine is 0.002, determine the chance that out of 1000 persons more than 3 will suffer a bad reaction from medicine.

Solution:

Here we have, n = 1000, p = 0.002, λ = np = 2
X = Number of person suffer a bad reaction 

Using Poisson's Distribution

P(X > 3) = 1 - {P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)} 
P(X = 0) = \frac{2^0e^{-2}}{0!} = 1/e2
P(X = 1) =  \frac{2^1e^{-2}}{1!} = 2/e
P(X = 2) =  \frac{2^2e^{-2}}{2!} = 2/e2
P(X = 3) =  \frac{2^3e^{-2}}{3!} = 4/3e2
P(X > 3) = 1 - [19/3e2] = 1 - 0.85712 = 0.1428

Example 3:If 1% of the total screws made by a factory are defective. Find the probability that less than 3 screws are defective in a sample of 100 screws.

Solution:

Here we have, n = 100, p = 0.01, λ = np = 1
X = Number of defective screws

Using Poisson's Distribution

P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2) 
P(X = 0) =  \frac{1^0e^{-1}}{0!} = 1/e
P(X = 1) = \frac{1^1e^{-1}}{1!} =1/e
P(X = 2) = \frac{1^2e^{-1}}{2!} =1/2e

Thus, P(X < 3) = 1/e + 1/e +1/2e = 2.5/e = 0.919698

Example 4: If in an industry there is a chance that 5% of the employees will suffer from corona. What is the probability that in a group of 20 employees, more than 3 employees will suffer from coronavirususthe?

Solution:

Here we have, n = 20, p = 0.05, λ = np = 1
X = Number of employees who will suffer corona

Using Poisson's Distribution

P(X > 3) = 1-[P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)]
P(X = 0) = \frac{1^0e^{-1}}{0!} = 1/e
P(X = 1) = \frac{1^1e^{-1}}{1!} = 1/e
P(X = 2) =\frac{1^2e^{-1}}{2!} =1/2e
P(X = 3) =\frac{1^3e^{-1}}{3!} =1/6e
P(X > 3) = 1 - [1/e + 1/e + 1/2e + 1/6e]

⇒ P(X > 3) = 1 - [ 8/3e] = 0.018988

People Also Read

Poisson Distribution Meaning

Types of Frequency Distribution

Probability Distribution

Binomial Distribution


Next Article

Similar Reads