Grouped Data Standard Deviation Calculator
Find the mean and SD of grouped (binned) data.
For data in classes, use the midpoints and frequencies to estimate the mean and SD.
The math behind it
mean = Σ(f·m) ÷ Σf. SD = √(Σf(m − mean)² ÷ N) using class midpoints m.
Worked example
Classes 5/15/25/35 with frequencies 4/8/6/2 → mean 17.5.
FAQ
Why use midpoints?
Grouped data loses the exact values, so the class midpoint represents each bin.