Geometric Distribution
Context: FIT1058_MOC · the number of trials until the first success · pmf · memoryless · drives the Coupon Collector’s Problem
Quick Revision
- 🎯 Objective: trials until the first success ➔ .
- 📦 Core Components: ➔ ➔ memoryless.
- ⚡ Key Constraint: memorylessness refutes the “law of averages”; the unique -valued such distribution.
📝 Core
1. The Distribution
- Definition ➔ = trials up to and including the first success.
- pmf ➔ , .
- Moments ➔ , .
2. Memorylessness
- Property ➔ given , is again — the wait restarts.
- Unique ➔ only -valued memoryless distribution.
- Refutes ➔ the gambler’s “law of averages”.
Key identities:
⚖️ Core Decision Matrix
| Aspect | Geometric | vs Binomial |
|---|---|---|
| counts | trials to first success | successes in fixed |
| support | unbounded | |
| memoryless | yes | no |
When It Flips: smaller ⟹ longer wait (). Models loop iterations to a stopping condition, time-to-failure; a sum of geometric waits gives the Coupon Collector's Problem.
📊 Exam Execution Trace
Manual Execution Trace
Fair coin to first Heads, :
| Step / State | |||
|---|---|---|---|
| 0 (Init) | — | — | — |
| 1 | 1 | 1 | |
| 2 | 2 | ||
| 3 | 3 |
⚠️ Common Mistakes
- 💡 Law of averages is a fallacy ➔ a run of failures does not make success “due”; each trial keeps probability (memorylessness formalises this).
🧠 Active Recall
Derive the geometric pmf and show it sums to 1.
- Hint: failures then success.
Answer
- Short answer: ; sums to .
- Why: Geometric series ➔ first term , ratio ; , .
What is the memoryless property, and why does it refute the "law of averages"?
- Hint: Wait restarts.
Answer
- Short answer: Given , — past failures don’t change the future.
- Why: Independence ➔ each trial keeps ; success is never “overdue”.