Measures of Location and Spread
Ever wondered how statisticians quickly summarise massive datasets? Measures of location like the mean, median, and mode tell you where data clusters, whilst quartiles (Q₁, Q₃) show you how data is distributed across four equal parts.
When working with grouped data, you'll often need interpolation - this assumes values are evenly spread within each group. For example, finding the upper quartile means locating the 75th percentile position, then using the formula to pinpoint exactly where that value falls within its group.
Measures of spread are equally crucial - they show how scattered your data is. The range gives you the full spread, whilst the interquartile range (IQR) focuses on the middle 50% of data, making it less affected by extreme values.
Quick Tip: Always remember that Q₃ - Q₁ = IQR, and percentiles work the same way as quartiles but divide data into 100 parts instead of 4!
The key to mastering these concepts is understanding that variance measures the average of squared differences from the mean, whilst standard deviation is simply the square root of variance - giving you a more interpretable measure in the same units as your original data.



