Grouped Data and Frequency Tables
When data is grouped into ranges, you'll need to use midpoints to estimate the standard deviation. This javelin throwing example shows you how to handle frequency tables effectively.
For each class interval, find the midpoint (mp), then multiply by frequency to get fx·mp. The sum of fx·mp gives you Σfx, which you divide by total frequency for the mean. You'll often be given Σfd² to save time on calculations.
The formula becomes: σ = √Σfd2/n−(mean)2. With Σfd² = 204725, n = 80, and mean = 46.3125, you get σ = 20.4 metres. Remember this is just an estimate because you're using midpoints.
Real-world connection: Sports coaches use standard deviation to measure consistency - lower values mean more consistent performance!