How To Find Class Frequency In Statistics

7 min read

How to find class frequency in statistics means learning how to count how many data values fall inside each group, or class interval, in a frequency distribution. Class frequency is one of the simplest but most useful ideas in statistics because it helps turn a long list of numbers into a clear table that shows patterns, such as where most values are concentrated and how widely the data is spread.

Introduction: What Is Class Frequency?

In statistics, class frequency is the number of observations that belong to a particular class or interval. When data is grouped into ranges, each range is called a class interval, and the count of values inside that range is called the frequency of that class But it adds up..

As an example, if you record the test scores of 30 students, you may group the scores into intervals such as:

  • 40–49
  • 50–59
  • 60–69
  • 70–79
  • 80–89
  • 90–100

If 7 students scored between 70 and 79, then the class frequency for the interval 70–79 is 7.

Class frequency is especially useful when working with large data sets. Instead of looking at every single number, you can organize the data into groups and quickly understand the overall pattern And it works..

Key Terms You Need to Know

Before finding class frequency, it helps to understand a few important statistical terms And that's really what it comes down to..

1. Raw Data

Raw data is the original data before it has been organized. For example:

52, 61, 74, 68, 81, 77, 63, 90, 72, 85

These numbers have not yet been grouped or counted Nothing fancy..

2. Class Interval

A class interval is a range of values used to group data. Here's one way to look at it: 60–69 is a class interval.

3. Class Limits

The smallest and largest values in a class interval are called class limits. In the interval 60–69, 60 is the lower class limit, and 69 is the upper class limit And it works..

4. Class Boundaries

Class boundaries are the exact values that separate one class from another. Take this: if classes are written as 60–69 and 70–79, the boundary between them may be 69.5.

5. Frequency

Frequency is the number of data values in a class. If 8 values fall between 60 and 69, the frequency of that class is 8.

Formula for Class Frequency

The basic formula for class frequency is:

Class frequency = Number of data values in a class interval

In mathematical notation, if a class interval is represented by lower limit L and upper limit U, then:

f = count of values where L ≤ x < U

The symbol f represents frequency.

The exact inequality may change depending on how the intervals are written. As an example, if the class is written as 60–69, you may count values from 60 up to 69. If the class is written as 60–70, you may count values from 60 up to but not including 70. The most important rule is to be consistent.

Steps to Find Class Frequency in Statistics

Step 1: Arrange the Data

Start by looking at the raw data. If the data set is small, you can arrange the values in ascending order. This makes counting easier.

Example:

72, 65, 81, 74, 69, 88, 76, 70, 83, 67, 78, 73, 85, 71, 64

Arranged in order:

64, 65, 67, 69, 70, 71, 72, 73, 74, 76, 78, 81, 83, 85, 88

Step 2: Find the Range

The range is the difference between the highest and lowest values in the data set.

Range = Maximum value − Minimum value

Using the example above:

  • Maximum value = 88
  • Minimum value = 64

So:

Range = 88 − 64 = 24

The range tells you how spread out the data is Took long enough..

Step 3: Decide the Number of Classes

Next, decide how many class intervals you want. There is no single correct answer, but common choices are between 5 and 15 classes Surprisingly effective..

If the data set is small, fewer classes are usually enough. If the data set is large, more classes may be needed.

A common rule is Sturges’ rule:

k = 1 + 3.322 log(n)

Where:

  • k = number of classes
  • n = number of data values

For small classroom examples, you can simply choose a reasonable number of classes based on the range and the size of the data Less friction, more output..

Step 4: Calculate the Class Width

The class width tells you how wide each class interval should be.

Use this formula:

Class width = Range ÷ Number of classes

Suppose you want 4 classes and the range is 24:

Class width = 24 ÷ 4 = 6

If the result is not a whole number, round up. Rounding up helps make sure all data values fit into

If the result is not a whole number, round up. Rounding up helps make sure all data values fit into the chosen intervals and that the final class is not left out of the distribution Worth knowing..


Step 5: Define the Class Limits

With the class width determined, you can now write each class interval. Start from the lowest value in the data set and add the class width repeatedly Worth knowing..

Example (continuing the earlier data set)

  • Lowest value = 64
  • Class width = 6
Class Lower Limit Upper Limit
1 64 69
2 70 75
3 76 81
4 82 87

Because the highest actual value is 88, we extend the last class to include it: 82–88. If you prefer, you can add a small buffer to the upper limit (e.g., 82–88.5) so that the upper boundary is exclusive.


Step 6: Count the Frequencies

Now count how many data points fall into each class. Remember the rule of consistency: decide whether the lower limit is inclusive and the upper limit is exclusive (or vice‑versa) and stick with it for every class.

Class Lower Limit Upper Limit Frequency
1 64 69 4
2 70 75 4
3 76 81 3
4 82 88 4

The total of the frequencies (4 + 4 + 3 + 4) equals the number of observations (15), confirming that every value has been counted It's one of those things that adds up. Nothing fancy..


Step 7: (Optional) Compute Additional Measures

Once the frequency distribution is complete, you can derive further statistics:

Measure Formula Value
Cumulative Frequency Add each class’s frequency to all previous ones 4, 8, 11, 15
Relative Frequency f / n (where n is total observations) 0.27, 0.In practice, 27, 0. Still, 20, 0. But 74, 1. 27, 0.Which means 5, 72. 27
Cumulative Relative Frequency Sum of relative frequencies up to that class 0.00
Midpoint (Lower + Upper) / 2 66.5, 78.54, 0.5, 85.

These additional columns help you interpret the distribution, identify skewness, or compare groups.


Step 8: Visualise the Distribution

A histogram or bar chart is the most common way to display a frequency distribution. Each bar’s height corresponds to the class’s frequency, and the bars are placed side by side to show the spread of the data Simple, but easy to overlook..

Tip: If the class widths vary, use a bar chart with equal bar widths and position the bars according to the class midpoints, or switch to a frequency polygon.


Putting It All Together: A Quick Checklist

  1. Arrange the data in ascending order.
  2. Compute the range.
  3. Choose the number of classes (Sturges’ rule is a handy guideline).
  4. Determine the class width (round up if necessary).
  5. Write the class limits, starting from the minimum value.
  6. Count frequencies for each class.
  7. (Optional) Add cumulative, relative, and midpoint columns.
  8. Plot the distribution.

Conclusion

Creating a class frequency distribution is a foundational skill in descriptive statistics. By systematically arranging data, determining appropriate class intervals, and counting occurrences, you transform raw numbers into a clear, visual summary of how values are spread. This process not only aids in identifying patterns—such as central tendency, variability, and outliers—but also lays the groundwork for more advanced analyses like inferential statistics or predictive modeling. Whether you’re a student tackling a homework problem or a professional summarizing survey results, mastering class frequency tables equips you with a powerful tool to turn data into insight Not complicated — just consistent..

New and Fresh

Straight to You

Related Corners

Explore a Little More

Thank you for reading about How To Find Class Frequency In Statistics. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home