Poisson Distribution

2025-07-21 09:07

Status: #child

Tags: #mathematics #engineering #probability

Poisson Distribution

The Poisson distribution typically models the number of events occurring in a fixed interval of time or space, given that:

  1. The events occur independently of each other.
  2. The average rate of occurrence (denoted by šœ†) is constant throughout the interval.
  3. The probability of more than one event happening in an infinitesimally small interval is negligible.

Consider a fixed time interval, say from 0 to T, and let the number of events that occur in this interval be k. The number of events is modeled by a random variable X.

For each sub-interval, we assume the following:

Thus, the probability P(one event in a sub-interval) is proportional to šœ†Ī”t
Probability of no event occurring is 1-šœ†Ī”t

Now, for the entire interval T, the number of events X must follow a binomial distribution, where:

The binomial probability mass function (PMF) for observing k events is given by:

P(X=k)=(nk)(λΔt)k(1āˆ’Ī»Ī”t)nāˆ’k

This essentially gives the probability of getting k successes/events out of n trials.

As n goes to infinity, we will have smaller time intervals. And we know that nΔt is T which is a fixed constant.

Under this limit, the binomial turns into the Poisson distribution!

Key Approximations

  1. As n approaches infinity, and as the interval gets smaller we can say that
limnā†’āˆž(1āˆ’xn)=eāˆ’x
  1. For large n and fixed k, we approximate:
(nk)(λΔt)kā‰ˆ(nλΔt)kk!=(Ī»T)kk!

Pasted image 20250728105437.png

References

Binomial distribution

Tags:

Mathematics
Engineering
Probability