🎯 Statistics 1: Pattern Recognition Guide (V5)
This guide dissects every major question pattern encountered in Stats 1 assignments, mocks, and exams. Master these “recipes” to solve any variation with clinical precision.
📦 Volume I: Descriptive & Bivariate Patterns
Pattern 1: The “Correction” Triage (Mean & Variance)
- Problem: You are given a mean/variance, then told one or more values were incorrectly recorded.
- The Master Recipe:
- Correct the Sum: .
- Correct the Mean: .
- Correct the Squared Sum: .
- Note: Find using .
- Re-calculate Variance: Using and .
Pattern 2: The “Scale & Shift” Transformation
- Problem: Find the new mean/variance/r after adding a constant or multiplying by .
- The Master Recipe:
- if have the same sign; else .
🎲 Volume II: Counting & Probability Patterns
Pattern 3: The “License Plate / Arrangement” Logic
- Problem: Forming strings/codes with specific constraints (e.g., vowels together, digits can’t repeat).
- The Master Recipe:
- Slot Method: Draw slots for each position and fill in the number of choices.
- Bundle Method: If items must stay together, treat them as one single “super item,” then multiply by the internal arrangements of that bundle.
Pattern 4: The Bayes Theorem “Evidence Update”
- Problem: Given a test result (positive/negative), find the probability of the true state (diseased/healthy).
- The Master Recipe (The Table Method):
| State | Prior | Likelihood | Product |
| :--- | :--- | :--- | :--- |
| Disease | | Sensitivity | |
| Healthy | | 1 - Specificity | |
- Total Prob (): Sum of Product column.
- Final Answer: .
📈 Volume III: Random Variable Patterns
Pattern 5: The “PMF Constant” Rescue
- Problem: You are given a PMF and asked to find .
- The Master Recipe:
- Axiom: .
- Execution: .
- Trap: Ensure you only sum over the Support of (The values where ).
Pattern 6: The “Linearity Shortcut”
- Problem: Find for complex dependent variables.
- The Master Recipe:
- Magic Property: .
- Execution: Calculate the mean of one trial/item, then multiply by . You do not need to find the joint distribution.
Pattern 7: The “Poisson Scaling” Identity
- Problem: Given per hour, find in 20 minutes.
- The Master Recipe:
- Normalize Time: .
- Scale Rate: .
- Calculate: .
Pattern 8: The “Binomial vs Poisson” Triage
- Problem: Which distribution to use?
- The Selection Recipe:
- Binomial: If is small and fixed, and is significant (e.g., ).
- Poisson: If is very large (or infinite) and we focus on the rate of occurrence (e.g., “3 cars per min”).
- Approximation: If and , use Poisson for simpler calculation.
Pattern 9: The “Memoryless” Survival Hack
- Problem: Exponential Dist. .
- The Master Recipe:
- Logic: The variable “forgets” it survived 5 hours.
- Identity: .
- Execution: Here . Ans: .
🏆 Mastermind Exam Triage
When faced with a complex problem, apply this filter:
- Is it a count? Binomial or Poisson.
- Is it a measurement? Uniform or Exponential.
- Are there multiple states? Bayes Theorem.
- Are there ‘wrong’ values? Mean/Var Correction Pattern.