Introduction: Counting Events and Measuring Time

Welcome to one of the most practical chapters in Statistics! In this section of Paper 1: Data and Probability, we look at how to model events that happen "randomly."

Have you ever wondered how many emails you might receive in an hour, or how long you’ll have to wait for the next bus? The Poisson distribution helps us count those events, while the Exponential distribution helps us measure the time between them. They are two sides of the same coin!

1. The Poisson Distribution

The Poisson distribution is a discrete probability distribution. We use it when we want to count how many times a specific event occurs within a fixed interval of time or space.

When is a Poisson Model Appropriate?

For a situation to be modeled by a Poisson distribution, four conditions must be met. You can remember them using the mnemonic CRIS:

C – Constant Rate: Events must occur at a constant average rate (\(\lambda\)).
R – Random: Events occur randomly; you can't predict exactly when the next one happens.
I – Independent: One event happening doesn't change the likelihood of another happening.
S – Singly: Events cannot happen at the exact same time; they must occur one at a time.

Example: The number of shooting stars seen in an hour. They are random, independent, and (usually) appear one at a time at a roughly constant rate.

The Poisson Formula

If a random variable \(X\) follows a Poisson distribution with a mean rate of \(\lambda\), we write it as \(X \sim \text{Po}(\lambda)\).

The probability of seeing exactly \(x\) events is:
\(P(X=x) = \frac{e^{-\lambda} \lambda^x}{x!}\)

Mean and Variance: One of the most unique things about the Poisson distribution is that the mean and the variance are exactly the same!
\(E(X) = \lambda\)
\(Var(X) = \lambda\)

Quick Review Box:
- Discrete (counting whole numbers).
- \(\lambda\) is the average number of occurrences.
- Mean = Variance.

Key Takeaway:

Use the Poisson distribution to count random, independent events happening at a constant rate over a fixed interval.

2. The Exponential Distribution

While Poisson counts events, the Exponential distribution measures the intervals between those events. Because time and distance can be measured to any decimal place, this is a continuous distribution.

The Relationship Between Poisson and Exponential

These two are best friends! If the number of events follows a Poisson distribution with rate \(\lambda\), then the time between those events follows an Exponential distribution with the same \(\lambda\).

Analogy: If a Poisson distribution tells you that, on average, 2 buses arrive per hour (\(\lambda = 2\)), the Exponential distribution tells you that the average wait time between buses is half an hour (\(1/2\)).

Formulas for Exponential

We write this as \(X \sim \text{Exp}(\lambda)\). Note that \(\lambda\) is the same "rate" used in Poisson.

The Mean: \(E(X) = \frac{1}{\lambda}\)
The Variance: \(Var(X) = \frac{1}{\lambda^2}\)

To find the probability that the time \(X\) is less than a certain value \(x\), we use the Cumulative Distribution Function (CDF):
\(P(X < x) = 1 - e^{-\lambda x}\)

Did you know?
The Exponential distribution is "memoryless." This means if you are waiting for a radioactive atom to decay, the probability of it decaying in the next minute is the same regardless of whether you’ve already been waiting for ten seconds or ten years!

Key Takeaway:

The Exponential distribution models the time or space between random events. If the rate of events is \(\lambda\), the average wait time is \(1/\lambda\).

3. Solving Problems: Step-by-Step

Don't worry if this seems tricky at first; most mistakes come from mixing up the two distributions. Follow these steps:

Step 1: Identify the Distribution

Ask yourself: Am I counting things (Poisson) or measuring time/distance (Exponential)?

Step 2: Find \(\lambda\)

Ensure \(\lambda\) matches the interval in the question.
Example: If the rate is 10 calls per hour, but the question asks about a 30-minute window, your \(\lambda\) for that problem is 5.

Step 3: Use the Correct Formula or Calculator

For Poisson, you will often use your calculator's Poisson PD (for \(X=x\)) or Poisson CD (for \(X \le x\)). For Exponential, you will almost always use the formula \(P(X < x) = 1 - e^{-\lambda x}\).

Common Mistakes to Avoid:

- Unit Mismatch: Always check if the time units for \(\lambda\) and the question are the same (e.g., minutes vs hours).
- Mean vs Rate: In Exponential, the mean is \(1/\lambda\), but the rate is \(\lambda\). If a question says "the mean time is 10 minutes," then \(\lambda = 1/10 = 0.1\).
- Strict Inequalities: Since Exponential is continuous, \(P(X < 5)\) is the same as \(P(X \le 5)\). This is NOT true for Poisson, which is discrete!

Key Takeaway:

Always double-check your units and whether you are dealing with a rate (\(\lambda\)) or a mean (\(1/\lambda\)) before starting your calculation.

4. Summary Table for Quick Revision

Poisson Distribution \(X \sim \text{Po}(\lambda)\)
- Type: Discrete (0, 1, 2...)
- Measures: Number of events
- Mean: \(\lambda\)
- Variance: \(\lambda\)

Exponential Distribution \(X \sim \text{Exp}(\lambda)\)
- Type: Continuous (\(x > 0\))
- Measures: Time/Space between events
- Mean: \(\frac{1}{\lambda}\)
- Variance: \(\frac{1}{\lambda^2}\)

Final Takeaway:

The Poisson distribution counts how many, and the Exponential distribution measures how long until. Master the conditions for Poisson (CRIS) and the relationship between the two, and you'll be well-prepared for Paper 1!