Variance and Standard Deviation
Context: FIT1058_MOC · measures of spread of a Random Variable around its mean · variance · bounded deviation via Chebyshev
Quick Revision
- 🎯 Objective: spread of around ➔ .
- 📦 Core Components: variance ➔ (same units) ➔ Chebyshev bound.
- ⚡ Key Constraint: variance adds only for independent variables; Chebyshev is universal but loose.
📝 Core
1. The Measures
- Variance ➔ (average squared deviation).
- Standard deviation ➔ — same units as .
2. Computing & Combining
- Two forms ➔ or (often easier).
- Additive if independent ➔ (unlike expectation, needs independence).
3. Chebyshev’s Inequality
- Universal bound ➔ for any , any .
- No shape needed ➔ holds for every distribution.
Key identities:
⚖️ Core Decision Matrix
| Quantity | Units | Note |
|---|---|---|
| variance | squared -units | second moment |
| -units | interpretable scale | |
| — | additive if independent | |
| Chebyshev | — | general, loose |
When It Flips: squaring weights far-out values heavily, so variance is sensitive to extremes. Chebyshev holds for every distribution (the fallback when shape is unknown); well-behaved distributions admit tighter bounds. Binomial variance follows by additivity over independent trials.
📊 Exam Execution Trace
Manual Execution Trace
Fair die ():
| Step / State | weighted | ||
|---|---|---|---|
| 0 (Init) | — | — | — |
| 1 | 1,6 | 6.25 each | |
| 2 | 2,5 | 2.25 each | |
| 3 | 3,4 | 0.25 each |
⚠️ Common Mistakes
- 💡 Variance additivity needs independence ➔ only for independent ; expectation adds unconditionally.
🧠 Active Recall
Give the two variance formulas, why is needed, and the independence caveat.
- Hint: Second moment + units.
Answer
- Short answer: ; restores -units.
- Why: Additivity ➔ only if independent.
State Chebyshev's Inequality and its virtue and limitation.
- Hint: Universal but loose.
Answer
- Short answer: for any distribution.
- Why: Fallback ➔ holds regardless of shape; specific distributions give tighter bounds.