Mathematics · Topic Cheatsheet
Statistics — Data Analysis
16 key results accumulated across 2 chapters.
Mean
Ch 1
Sensitive to outliers.
Median / mode
Ch 1
Median = middle value (robust); mode = most frequent.
Range / IQR
Ch 1
IQR is outlier-robust spread.
Standard deviation
Ch 1
Mean / median / mode
Ch 1
Mean sensitive to outliers; median robust; mode = most frequent.
Spread
Ch 1
Outliers
Ch 1
Common trap
Ch 1
Adding a constant shifts the mean but NOT the spread; scaling changes both.
Correlation coefficient
Ch 2
Sign = direction; = strength. Near ±1 strong, near 0 weak.
Correlation ≠ causation
Ch 2
A relationship in data doesn't prove one variable causes the other (watch for confounders).
Regression line
Ch 2
Least-squares: minimises Σ(residuals)².
Passes through
Ch 2
The mean point always lies on the regression line.
Prediction caution
Ch 2
Interpolation (within data) is reliable; extrapolation far beyond it is risky.
Correlation r
Ch 2
−1 ≤ r ≤ 1; near ±1 strong linear; r ≈ 0 no LINEAR link (may still be related).
Regression line
Ch 2
Passes through (x̄, ȳ); use to predict y from x only.
Common trap
Ch 2
Correlation ≠ causation; do not extrapolate far outside the data range.