Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Measures of Variability in Data Set Mean Absolute Deviation Explained

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Calculate Mean Absolute Deviation Formula with Steps and Solved Examples

The concept of Measures of Variability in Data Set: Mean Absolute Deviation Formula is central to statistics and data analysis. Understanding mean absolute deviation helps students grasp how data values differ from the average, which builds strong analytical foundations. This topic is frequently tested in school boards, competitive exams like JEE, and is useful in interpreting real-life data. At Vedantu, we make these core concepts simple and accessible for all students.


What is Mean Absolute Deviation?

In statistics, variability refers to how much the values in a data set spread out or vary from their central value (mean or median). Mean Absolute Deviation (MAD) is a key measure of variability. It calculates the average of the absolute differences between each data value and the mean of the data set. In simple words, it tells you, on average, how far each value is from the center. MAD is easy to calculate and interpret, and is often used alongside other measures like variance and standard deviation.


Mean Absolute Deviation Formula Explained

The formula for mean absolute deviation differs based on the type of data set you have. Here are the formulas for both ungrouped and grouped data:


  • For Individual (Ungrouped) Data:
    \( \text{MAD} = \frac{1}{n} \sum_{i=1}^{n} |x_i - \bar{x}| \)
    Where \( x_i \) = each data value, \( \bar{x} \) = mean, and \( n \) = total number of data points.
  • For Grouped (Frequency) Data:
    \( \text{MAD} = \frac{1}{N} \sum_{i=1}^{k} f_i |x_i - \bar{x}| \)
    Where \( f_i \) = frequency of the class, \( x_i \) = class midpoint, \( \bar{x} \) = mean, and \( N = \sum f_i \).

Let’s break down each part:

  • Step 1: Find the mean of your data set (\( \bar{x} \)).
  • Step 2: Calculate how far each number is from the mean (ignore minus signs by taking the absolute value).
  • Step 3: For grouped data, multiply each absolute deviation by its frequency.
  • Step 4: Find the sum of all absolute deviations.
  • Step 5: Divide by the number of data points (or total frequency).


Worked Examples

Ungrouped Data Example

Find the mean absolute deviation for the data set: 4, 6, 8, 10, 12.


  1. Calculate the mean:
    \( \bar{x} = (4+6+8+10+12)/5 = 40/5 = 8 \)
  2. Find absolute deviations:
    |4-8| = 4, |6-8| = 2, |8-8| = 0, |10-8| = 2, |12-8| = 4
  3. Sum of absolute deviations: 4 + 2 + 0 + 2 + 4 = 12
  4. MAD = 12/5 = 2.4

Grouped Data Example

Consider this frequency distribution:

Class Interval Midpoint (xi) Frequency (fi)
10–20153
20–30255
30–40352

  1. Total frequency \( N = 3+5+2 = 10 \)
  2. Calculate mean: \( \bar{x} = (3 \times 15 + 5 \times 25 + 2 \times 35)/10 = (45+125+70)/10 = 24 \)
  3. Calculate absolute deviations:
    • |15-24| = 9
    • |25-24| = 1
    • |35-24| = 11
    Weighted by frequency:
    (3×9) + (5×1) + (2×11) = 27 + 5 + 22 = 54
  4. MAD = 54/10 = 5.4

Practice Problems

  • Calculate the mean absolute deviation for: 2, 7, 7, 10, 11.
  • The following data has frequencies:
    Value (x)Frequency (f)
    102
    203
    305

    Find the MAD.
  • For the set 5, 15, 20, 20, 30: What is the mean absolute deviation?
  • Which is more affected by outliers: mean, median, or MAD?
  • True or False: MAD can be negative.

Common Mistakes to Avoid

  • Not using absolute values when subtracting the mean from each data value.
  • Dividing by the wrong total (for grouped data, always use total frequency).
  • Mixing up MAD with standard deviation (SD uses squared differences, not absolute values).
  • Forgetting to multiply by frequency in grouped data calculations.

Real-World Applications

Mean absolute deviation is widely used in quality control, financial forecasting, and measuring consistency in test scores. For example, businesses analyze MAD to see how much sales figures vary each month. Schools use MAD to understand how consistently students perform compared to the class average. At Vedantu, we use such statistics to tailor our learning strategies for every student’s needs.


Page Summary

On this page, we have learned that Mean Absolute Deviation Formula is a simple but essential measure to understand how much the values in a data set deviate from the average. It provides a clear idea of data consistency and is less sensitive to outliers than standard deviation. Practice applying these concepts to strengthen your data analysis skills. For further guidance and practice problems on statistics, explore related topics like Variance, Standard Deviation, and more with Vedantu’s trusted resources.


FAQs on Measures of Variability in Data Set Mean Absolute Deviation Explained

1. What is the mean absolute deviation formula?

The mean absolute deviation (MAD) formula is MAD = (1/n) Σ |xi − x̄|, where xi represents each data value, x̄ is the mean, and n is the number of observations.

  • Step 1: Find the mean (x̄) of the data set.
  • Step 2: Subtract the mean from each value.
  • Step 3: Take the absolute value of each difference.
  • Step 4: Add the absolute differences and divide by n.
It measures the average distance of data points from the mean.

2. What is mean absolute deviation in statistics?

The mean absolute deviation is a measure of variability that shows the average absolute distance of data values from the mean. It helps describe how spread out a data set is. A smaller MAD means the data values are closer to the mean, while a larger MAD indicates greater dispersion in the data set.

3. How do you calculate mean absolute deviation step by step?

To calculate mean absolute deviation, find the mean, compute absolute deviations, and average them. Example for data set 2, 4, 6, 8:

  • Mean = (2 + 4 + 6 + 8)/4 = 5
  • Absolute deviations: |2−5|=3, |4−5|=1, |6−5|=1, |8−5|=3
  • Sum of deviations = 3 + 1 + 1 + 3 = 8
  • MAD = 8/4 = 2
The mean absolute deviation of the data set is 2.

4. Why do we use absolute values in mean absolute deviation?

We use absolute values in mean absolute deviation to prevent positive and negative deviations from canceling each other out. Without absolute values, the sum of deviations from the mean would always equal zero. Absolute values ensure that we measure the actual distance from the mean, regardless of direction.

5. What is the difference between mean deviation and mean absolute deviation?

The key difference is that mean deviation may include signed differences, while mean absolute deviation (MAD) always uses absolute values.

  • Mean deviation: average of deviations from the mean (may cancel out).
  • Mean absolute deviation: average of absolute deviations (always non-negative).
In practice, MAD is commonly used to measure variability in a data set.

6. How is mean absolute deviation different from standard deviation?

The main difference is that mean absolute deviation uses absolute values, while standard deviation uses squared deviations.

  • MAD formula: (1/n) Σ |xi − x̄|
  • Standard deviation formula: √[(1/n) Σ (xi − x̄)²]
Standard deviation gives more weight to larger deviations, while MAD provides a simpler and more intuitive measure of spread.

7. What does a high mean absolute deviation indicate?

A high mean absolute deviation indicates that the data values are widely spread out from the mean. This means there is greater variability in the data set. In contrast, a low MAD shows that most data points are clustered closely around the mean.

8. Can mean absolute deviation be negative?

The mean absolute deviation cannot be negative because it is calculated using absolute values. Since absolute values are always zero or positive, the final MAD is always greater than or equal to zero.

9. How do you find mean absolute deviation for grouped data?

To find mean absolute deviation for grouped data, use class midpoints and frequencies in the formula MAD = (1/N) Σ fi |xi − x̄|, where fi is frequency and N is total frequency.

  • Step 1: Find midpoints (xi) of each class interval.
  • Step 2: Calculate the mean using Σfixi / N.
  • Step 3: Compute |xi − x̄| for each class.
  • Step 4: Multiply by frequency and divide the sum by N.
This gives the average absolute deviation for grouped data.

10. What is an example of mean absolute deviation in real life?

An example of mean absolute deviation in real life is measuring how much daily temperatures vary from the weekly average. If the average temperature is 25°C and daily deviations are 2, 1, 3, 2, and 2 degrees, then MAD = (2 + 1 + 3 + 2 + 2)/5 = 2°C. This means the temperature typically varies by about 2°C from the average.