Menentukan Mean, Median, dan Modus Data Kelompok

3 min read 1 hour ago
Published on Apr 17, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through the process of determining the mean, median, and mode of grouped data. Understanding these statistical measures is essential for analyzing data sets effectively, and this guide will provide clear steps and examples to help you grasp these concepts.

Step 1: Understanding Mean, Median, and Mode

Before calculating these measures, it's important to understand what each term means:

  • Mean: The average of a set of values, calculated by summing all values and dividing by the number of values.
  • Median: The middle value when data is sorted in ascending or descending order. For grouped data, it is calculated based on the cumulative frequency.
  • Mode: The value that appears most frequently in the data set. In grouped data, you identify the modal class, which has the highest frequency.

Step 2: Calculating the Mean

To calculate the mean for grouped data, follow these steps:

  1. Create a Frequency Table: List the classes (intervals) and their corresponding frequencies.

  2. Find the Midpoint for Each Class:

    • Calculate the midpoint by averaging the upper and lower limits of each class.
    • Formula: [ \text{Midpoint} = \frac{\text{Lower limit} + \text{Upper limit}}{2} ]
  3. Multiply Midpoints by Frequencies:

    • For each class, multiply the midpoint by its frequency.
  4. Sum the Products:

    • Add all the products obtained in the previous step.
  5. Divide by Total Frequency:

    • Finally, divide the total from step 4 by the sum of the frequencies to get the mean.
    • Formula: [ \text{Mean} = \frac{\sum (Midpoint \times Frequency)}{\sum Frequency} ]

Step 3: Finding the Median

To find the median in grouped data, follow these steps:

  1. Calculate Cumulative Frequency:

    • Add frequencies cumulatively to determine the cumulative frequency for each class.
  2. Identify the Median Class:

    • Find the median position using: [ \text{Median position} = \frac{N}{2} ]
    • Where (N) is the total number of observations.
  3. Locate the Median Class:

    • The median class is the first class where the cumulative frequency is equal to or exceeds the median position.
  4. Apply the Median Formula:

    • Use the following formula to compute the median: [ \text{Median} = L + \left( \frac{\frac{N}{2} - CF}{f} \right) \times c ]
    • Where:
      • (L) = lower boundary of the median class
      • (CF) = cumulative frequency of the class before the median class
      • (f) = frequency of the median class
      • (c) = width of the median class

Step 4: Determining the Mode

To determine the mode for grouped data, follow these steps:

  1. Identify the Modal Class:

    • Locate the class with the highest frequency.
  2. Apply the Mode Formula:

    • Use the formula to compute the mode: [ \text{Mode} = L + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times c ]
    • Where:
      • (L) = lower boundary of the modal class
      • (f_1) = frequency of the modal class
      • (f_0) = frequency of the class before the modal class
      • (f_2) = frequency of the class after the modal class
      • (c) = width of the modal class

Conclusion

In this guide, we've covered how to find the mean, median, and mode for grouped data through clear steps and formulas. Remember to create a frequency table and calculate cumulative frequencies for accurate results. Practicing these calculations will enhance your data analysis skills and help you interpret statistical data effectively. For further understanding, consider applying these methods to different data sets and exploring variations in results.