⚡ Statistics 1: Revision Refresher (V5)
The “Late Night” guide for rapid formula recall and conceptual checks.
🏗️ Descriptive Foundations (Weeks 1-4)
- Scales: Nominal (ID) → Ordinal (Order) → Interval (+,−) → Ratio (×,÷).
- The “Corrected Sum” Logic:
- ∑xnew=∑xold+xcorr−xwrong
- ∑xnew2=∑xold2+xcorr2−xwrong2
- Variance Identity: s2=n−1∑x2−n(n−1)(∑x)2.
- Outlier Check: [Q1−1.5IQR,Q3+1.5IQR].
🔗 Correlations & Bivariate Data
| Change | Effect on Mean | Effect on Variance | Effect on r |
|---|
| Add c | xˉ+c | Unchanged | Unchanged |
| Mult. k | kxˉ | k2s2 | Unchanged (if k>0) |
| Mult. −k | −kxˉ | k2s2 | Sign Flips |
🎲 Probability & Bayes (Weeks 5-8)
- Independence: P(A∩B)=P(A)P(B).
- Mutual Exclusive: P(A∩B)=0.
- Bayes Shortcut: P(B∣A)=Total ProbabilityLikelihood×Prior.
🧪 Random Variables (Weeks 9-12)
- Expectation: E[X]=∑xf(x).
- Variance: Var(X)=E[X2]−(E[X])2.
- Linearity: E[∑aiXi]=∑aiE[Xi].
📦 Distribution Cheat Sheet
| Distribution | Parameter | Mean | Variance | Note |
|---|
| Binomial | n,p | np | np(1−p) | P(X=k)=(kn)pkqn−k |
| Poisson | λ | λ | λ | P(X=k)=k!e−λλk |
| Uniform | a,b | 2a+b | 12(b−a)2 | f(x)=b−a1 |
| Exponential | λ | 1/λ | 1/λ2 | P(X>t)=e−λt |
⚠️ Final Trap Alerts
- Read the Denominator: Standard deviation is Var.
- Bessel Correction: For sample, use n−1.
- Area Principle: In graphs, area = count.
- Memorylessness: For Exponential, P(X>s+t∣X>s)=P(X>t).