BackPoisson Random Variable and Related Discrete Distributions
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Poisson Random Variable (Poisson RV)
Definition and Context
The Poisson random variable is a discrete random variable that models the number of times a certain event occurs in a fixed interval of time or space, given that these events happen independently and at a constant average rate. This distribution is widely used in situations where events occur randomly and independently over time or space.
Examples of phenomena:
Number of tweets posted on Twitter in a second
Number of car crashes in the world in a day
Number of times a person sneezes in a week
Number of questions a student asks during a lecture
Parameter: λ (lambda) is the average rate of occurrence in the given time frame.
Probability Model and Properties
Notation:
Support:
Probability Mass Function (PMF):
Mean:
Variance:
Standard deviation:
Worked Examples
Example 1: Customer Arrivals
Suppose a new store in La Jolla has customers arriving at a rate of 1 customer every 10 minutes. What is the probability of getting 4 customers in the next 30 minutes?
Step 1: Determine for 30 minutes: (since 30 minutes is three 10-minute intervals).
Step 2: Use the PMF:
Variation: What is the probability of getting at least 4 customers in the next 30 minutes?
Calculate , where is the sum of probabilities for .
Example 2: Fatal Car Accidents
Suppose fatal car accidents in a town happen at a rate of 1.5 per month.
At most one fatal accident in two months: (since 2 months × 1.5/month)
Calculate using the PMF.
Expected number of fatal accidents in two months:
Probability of at least 3 accidents in one month: ,
Poisson Model in Real Life
Application: Wayne Gretzky's Hockey Points
Wayne Gretzky scored 1669 points in 696 games. The average number of points per game is .
Let be the number of points scored in one game:
Probability of scoring 0 points:
Expected number of games with 0 points:
Probability of scoring 1 point:
Expected number of games with 1 point:
Points | Games | Expected |
|---|---|---|
0 | 69 | 63.3 |
1 | 155 | 151.7 |
2 | 171 | 181.9 |
3 | 143 | 145.4 |
4 | 79 | 87.1 |
5 | 57 | 41.8 |
6 | 14 | 16.7 |
7 | 6 | 5.7 |
8 | 2 | 1.7 |
9 plus | 0 | 0.6 |
Interpretation: The observed and expected values are in good agreement, showing that the Poisson model is appropriate for this type of data.
Poisson Approximation to the Binomial
When to Use
When the number of trials is large and the probability of success is small, the Binomial distribution can be approximated by a Poisson distribution with .
Example 1: If one item out of every 5000 is defective, use the Poisson approximation to estimate the probability of finding at least five defective items in a batch of 7000.
Example 2: If a rare disease affects 1 in 100,000 people, in a university of 35,821 students, use the Poisson approximation to compute the probability that no one has the disease.
Formula: For large, small, where .
Recap: Discrete Random Variables (DRVs)
Summary Table of Key Discrete Random Variables
Geometric random variable: Counts the number of trials needed until the first success.
Example: Number of coin tosses until the first head.
Key points: Requires Bernoulli trials, probability of success , support is .
Binomial random variable: Counts the number of successes in a fixed number of trials.
Example: Number of heads in 10 coin tosses.
Key points: Requires Bernoulli trials, probability of success , fixed number of trials , support is .
Poisson random variable: Counts the number of times a phenomenon occurs in a fixed time frame.
Example: Number of phone calls received in one hour.
Key points: Requires average rate , support is .