Grouped Data Standard Deviation Calculator
Compute mean, variance, and standard deviation from grouped frequency tables with class intervals.
What Is Grouped Data Standard Deviation?
When data is organized into class intervals with frequencies, you cannot compute the standard deviation from individual values alone. This calculator uses class midpoints and frequencies to estimate the mean, variance, and standard deviation of grouped data. Pair it with the Frequency Distribution Calculator or Descriptive Statistics Calculator for related analysis.
Formulas for Grouped Data
For each class interval, the midpoint is $M = \frac{a + b}{2}$, where $a$ and $b$ are the lower and upper limits. The sample mean is $\mu = \frac{\sum (M_i F_i)}{n}$, and the sample variance is:
$$\sigma^2 = \frac{\sum (F_i M_i^2) - n\mu^2}{n - 1}$$
The standard deviation is the square root of the variance: $\sigma = \sqrt{\sigma^2}$.
Frequently Asked Questions
What is the midpoint of a class interval?
The midpoint is the average of the lower and upper class limits. For example, the midpoint of 100 to 129 is 114.5.
Why use midpoints instead of raw values?
Grouped data only tells you how many values fall in each range, not the exact values. Midpoints provide a reasonable estimate for each interval when computing summary statistics.
Is this sample or population standard deviation?
This calculator uses the sample formula with $n - 1$ in the denominator, which is appropriate when the grouped data represents a sample from a larger population.
How many class intervals can I enter?
You can add up to 25 class intervals. Each interval needs a valid min, max (greater than min), and a positive frequency.