Mean median dan modus data kelompok pada histogram

3 min read 3 hours ago
Published on Feb 23, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

In this tutorial, we will explore how to calculate the mean, median, and mode for grouped data using histograms. Understanding these statistical measures is essential for data analysis and interpretation, making this guide relevant for students, researchers, and anyone interested in statistics.

Step 1: Understand the Concepts

Before diving into calculations, it's crucial to grasp the definitions of mean, median, and mode:

  • Mean: The average of a set of values, calculated by dividing the sum of all values by the number of values.
  • Median: The middle value when a data set is ordered. For grouped data, it is found using the cumulative frequency.
  • Mode: The value that appears most frequently in a data set. For grouped data, it is determined from the modal class.

Step 2: Gather Grouped Data

To begin, ensure you have your data organized in groups. A histogram will often display this grouped data. Follow these steps:

  1. Identify the classes (intervals) of your data.
  2. Tally the frequency of observations in each class.

Example:

  • Class intervals: 0-10, 11-20, 21-30
  • Frequencies: 5, 8, 2

Step 3: Calculate the Mean

To calculate the mean for grouped data, use the following formula:

Mean = (Σ(f * x)) / N

Where:

  • f = frequency of each class
  • x = midpoint of each class
  • N = total number of observations

Steps to calculate:

  1. Find the midpoint for each class:
    • For 0-10: Midpoint = (0 + 10) / 2 = 5
    • For 11-20: Midpoint = (11 + 20) / 2 = 15.5
    • For 21-30: Midpoint = (21 + 30) / 2 = 25.5
  2. Multiply each midpoint by its corresponding frequency.
  3. Sum those products and divide by the total frequency (N).

Step 4: Calculate the Median

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

  1. Calculate the cumulative frequency for each class.
  2. Determine the median class, which is the class where the cumulative frequency exceeds N/2.
  3. Use the median formula:

Median = L + [(N/2 - CF) / f] * 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 class interval

Step 5: Calculate the Mode

To find the mode of grouped data, identify the modal class, which has the highest frequency. Use the following formula:

Mode = L + [(f1 - f0) / (2f1 - f0 - f2)] * c

Where:

  • L = lower boundary of the modal class
  • f1 = frequency of the modal class
  • f0 = frequency of the class before the modal class
  • f2 = frequency of the class after the modal class
  • c = width of the class interval

Conclusion

In this tutorial, we covered how to calculate the mean, median, and mode for grouped data using histograms. These measures are vital for understanding data distributions and can help in making informed decisions based on statistical analysis. As a next step, consider applying these methods to a real-world dataset or practicing with additional examples to solidify your understanding.