Calculate probabilities for the number of events occurring in a fixed interval of time or space
| k | P(X = k) | P(X ≤ k) |
|---|
The Poisson distribution models the number of events occurring in a fixed interval of time or space, assuming these events happen with a known constant mean rate and independently of each other.
where λ is the average number of events in the interval and k is the number of events.
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 these events occur with a known constant mean rate and independently of the time since the last event.
A random variable X follows a Poisson distribution with parameter λ (lambda), written as X ~ Poisson(λ), if:
The Poisson distribution can be derived as a limiting case of the binomial distribution where:
If X ~ Poisson(λ₁) and Y ~ Poisson(λ₂) are independent, then X + Y ~ Poisson(λ₁ + λ₂). This property makes the Poisson distribution useful for modeling composite processes.
For large values of λ (typically λ > 10), the Poisson distribution can be approximated by a normal distribution with mean λ and variance λ.
A call center receives an average of 12 calls per hour. What is the probability of receiving exactly 8 calls in a particular hour?
This is a Poisson distribution problem where:
The probability of receiving exactly 8 calls in an hour is about 0.0752 or 7.52%.
A manufacturing process produces circuit boards with an average of 2.5 defects per board. What is the probability that a randomly selected board has at most 1 defect?
This is a Poisson distribution problem where:
The probability that a randomly selected board has at most 1 defect is about 0.2873 or 28.73%.
A Geiger counter detects an average of 15 radioactive particles per minute from a sample. What is the probability of detecting between 10 and 20 particles (inclusive) in a one-minute period?
This is a Poisson distribution problem where:
We can calculate this using the formula P(a ≤ X ≤ b) = P(X ≤ b) - P(X ≤ a-1):
Using the Poisson CDF formula or a calculator:
The probability of detecting between 10 and 20 particles in a minute is about 0.8257 or 82.57%.
A large website averages 500 visitors per hour. Using the normal approximation to the Poisson distribution, estimate the probability that there will be more than 525 visitors in a particular hour.
Since λ = 500 is large, we can approximate the Poisson distribution with a normal distribution:
Using the Z-score formula:
Note: We use 525.5 for continuity correction since we're approximating a discrete distribution with a continuous one.
Using the standard normal table or calculator:
The approximate probability of having more than 525 visitors in an hour is about 0.1271 or 12.71%.
1. A bakery sells an average of 24 loaves of bread per day. What is the probability of selling exactly 20 loaves on a given day?
2. For a Poisson distribution with parameter λ = 5, what is the variance?
3. Which of the following is NOT a characteristic of a Poisson process?