Statistics — Describing & Inferring
Describing data — centre & spread
ELI5: two numbers summarize a pile of data — where it centres and how spread out it is.
- mean = the balance point (average)
- median = the middle value (robust to outliers)
- standard deviation = the typical distance from the mean.
= five measurements
= the average: 6
= the middle value: 6
= typical spread ≈ 1.58
✓ pass centre pinned two ways
Real-world hook: mean vs median is why "average income" misleads (a few billionaires drag the mean up) while the median reflects a typical person; standard deviation is the error bar on every scientific measurement.
Try it yourself: the dataset [10, 12, 14] — what is its mean?
= ✏️ Your turn: average the three numbers (add them, divide by 3).
✓ pass green when it matches the mean of [10, 12, 14]