2023-10-30
\[ X = \text{Number of successes in a given period} \]
\[ p_X(x) = P(X=x) = \dfrac{e^{-\lambda}\lambda^x}{x!} \text{ for } x = 0, 1, 2,3, ...\]
\[ E(X) = \lambda\]
\[Var(X) = \lambda\]
Recall that if \(X\sim Binomial(n,p)\), then
\(X\) models the number of successes …
in \(n\) independent (Bernoulli) trials …
that each have the same probability of success \(p\).
Poisson r.v.’s are similar,
except that instead of having \(n\) discrete independent trials,
there is a fixed time period during which the successes happen.
Number of visitors to an emergency room in an hour during a weekend night
Number of study participants enrolled in a study per week
Number of pedestrians walking through a square mile
Any more?
Example 1
Suppose an emergency room has an average of 50 visitors per day. Find the following probabilities.
Probability of 30 visitors in a day.
Probability of 8 visitors in an hour.
Probability of at least 8 visitors in an hour.
Theorem 1
If \(X\sim Poiss(\lambda_1)\) and \(Y\sim Poiss(\lambda_2)\) are independent of each other, then \(Z=X+Y\sim Poiss(\lambda_1 + \lambda_2)\).
Example 2
Suppose emergency room 1 has an average of 50 visitors per day, and emergency room 2 has an average of 70 visitors per day, independently of each other. What is the probability distribution to model of the total number of visitors to both?
Both Poisson and Binomial r.v.’s are counting the number of successes
If for a Binomial r.v.
the number of trials \(n\) is very large, and
the probability of success \(p\) is close to 0 or 1,
then the Poisson distribution can be used to approximate Binomial probabilities
Example 3
Suppose that in the long run, errors in a medical testing lab are made 0.1% of the time. Find the probability that fewer than 4 mistakes are made in the next 2,000 tests.
Find the probability using the Binomial distribution.
Approximate the probability in part (1) using the Poisson distribution.
Chapter 18 Slides