Last modified: July 28, 2024
This article is written in: 🇺🇸
Poisson Distribution (Discrete)
A discrete random variable X follows a Poisson distribution if the events occur independently and at a constant average rate. The Poisson distribution is denoted as , where is the average rate (or mean) of events occurring in a given interval.
Probability Mass Function (PMF)
The PMF of a Poisson distribution is given by:
where .
Cumulative Distribution Function (CDF)
The CDF of a Poisson distribution is given by:
Expected Value and Variance
The expected value (mean) and variance of a Poisson distribution are both equal to the average rate parameter :
Moment Generating Functions and Moments
The moment generating function (MGF) of a Poisson distribution is:
To find the n-th moment, we take the n-th derivative of the MGF with respect to t and then evaluate it at t=0:
- First Moment (Mean):
- Second Moment (Variance + Mean^2):
Example: Hospital Emergency Room Visits
A hospital's emergency room experiences an average of 5 visits per hour due to accidents. We can model this using a Poisson distribution.
Given:
- Average rate of success (visits per hour)
I. What is the probability exactly 3 accidents occur in an hour?
For exactly 3 accidents:
II. What is the probability of more than 7 accidents in an hour?
For more than 7 accidents:
III. What is the probability of at most 2 accidents in an hour?
For at most 2 accidents:
Poisson Approximation to the Binomial Distribution
If the number of trials in a binomial distribution is large (n) and the probability of success (p) is small, then the binomial distribution can be approximated by a Poisson distribution with parameter :