Poisson Distribution is a type of discrete probability distribution that describes models the number of times an events occurring in a fixed interval/period of time or space, given that these events happen independently and at a constant average rate. It is commonly used in scenarios like counting phone calls, defects, or arrivals over time. Defined by a single parameter λ (mean rate), it helps calculate the probability of observing a specific number of occurrences within the given interval.
The Poisson Distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space, assuming the events occur independently and at a constant average rate. It's widely used in statistics, data science, operations research, and probability theory.
The Poisson Distribution gives the probability of a number of events happening in a fixed time, distance, or space, when these events occur with a known constant rate and independently of the time since the last event.
The probability of observing exactly x events in an interval is given by:
Where:
The Poisson distribution graph is skewed right for small values of λ and becomes more symmetric as λ increases. It shows the probability mass function with bars centered at whole number values of x.
This implies that for a Poisson distribution, mean and variance are equal.
Use Poisson Distribution when:
Example 1: A website gets an average of 2 spam emails per hour. What is the probability that it receives exactly 3 spam emails in an hour?
Solution:
Given λ = 2, x = 3
Probability = 0.1804
Example 2: On average, 5 patients arrive at a clinic every hour. What is the probability that exactly 7 patients arrive in an hour?
Solution:
Probability = 0.1044
Example 3: A call center receives 10 calls per minute on average. Find the probability that it receives no calls in a minute.
Solution:
Probability = 0.0000454
Example 4: A call center receives 5 calls per minute on average. What is the probability that exactly 3 calls are received in a particular minute?
Solution:
Given:
Using the Poisson distribution formula:
Example 5: The average number of errors per page in a printed book is 0.3. What is the probability that a randomly selected page has no errors?
Solution:
Here,
λ = 0.3, x = 0
Example 6: A machine fails on average 2 times per month. What is the probability that it fails at most once in a month?
Solution:
We need P(X ≤ 1) = P(X = 0) + P(X = 1)
Given λ = 2
Example 7: A web server logs 3 errors per hour on average. What is the probability that it logs 4 errors in 2 hours?
Solution:
Example 8: A radioactive source emits on average 1.5 particles per second. What is the probability of detecting at least 2 particles in one second?
Solution:
(Session 2025 - 26)