Mathwords logoMathwords

Grouped Frequency Distribution — Definition, Formula & Examples

A grouped frequency distribution is a table that organizes data into non-overlapping intervals (called classes) and records how many data values fall into each interval. It simplifies large data sets by summarizing them into a manageable number of groups.

A grouped frequency distribution partitions the range of a quantitative data set into kk mutually exclusive, exhaustive class intervals of equal width and tallies the absolute frequency fif_i of observations within each interval ii, where i=1kfi=n\sum_{i=1}^{k} f_i = n and nn is the total number of observations.

Key Formula

Class WidthMaxMink\text{Class Width} \approx \frac{\text{Max} - \text{Min}}{k}
Where:
  • Max\text{Max} = Largest value in the data set
  • Min\text{Min} = Smallest value in the data set
  • kk = Desired number of classes

How It Works

Start by finding the range of your data (maximum minus minimum). Choose the number of classes — typically between 5 and 20 — and divide the range by that number to get the class width, rounding up to a convenient value. Set up intervals so they cover the entire data set without overlapping. Then tally each data value into its interval and record the frequency. The resulting table is the foundation for drawing histograms and computing cumulative or relative frequencies.

Worked Example

Problem: Twenty students scored the following on a test: 52, 55, 58, 61, 63, 65, 67, 70, 72, 74, 76, 78, 80, 82, 84, 87, 90, 92, 95, 98. Create a grouped frequency distribution with 5 classes.
Find the range: Subtract the minimum from the maximum.
9852=4698 - 52 = 46
Determine class width: Divide the range by the number of classes and round up.
465=9.2use 10\frac{46}{5} = 9.2 \Rightarrow \text{use } 10
Build the table: Starting at 50, create intervals of width 10 and count values in each.
Class IntervalFrequency5059360694707958089490994Total20\begin{array}{|c|c|} \hline \text{Class Interval} & \text{Frequency} \\ \hline 50\text{–}59 & 3 \\ 60\text{–}69 & 4 \\ 70\text{–}79 & 5 \\ 80\text{–}89 & 4 \\ 90\text{–}99 & 4 \\ \hline \text{Total} & 20 \\ \hline \end{array}
Answer: The grouped frequency distribution has five classes (50–59, 60–69, 70–79, 80–89, 90–99) with frequencies 3, 4, 5, 4, and 4 respectively, summing to 20.

Visualization

Why It Matters

Grouped frequency distributions are essential for summarizing large data sets in AP Statistics and introductory college courses. They are the direct basis for constructing histograms, which reveal the shape, center, and spread of a distribution at a glance.

Common Mistakes

Mistake: Creating overlapping intervals such as 50–60 and 60–70, which makes it unclear where a boundary value like 60 belongs.
Correction: Use non-overlapping intervals like 50–59 and 60–69, or use notation such as [50, 60) and [60, 70) to clearly include the left endpoint and exclude the right.