No menu items!

How to Calculate Mean Absolute Deviation (with Examples)

-

The mean absolute deviation (mean deviation about the mean) is a measure of the degree of dispersion of data values.

It involves measuring the absolute difference between the data values from the mean and taking the average of these differences. Thus the mean absolute deviation measures the “average” distance of the data values from the mean.

How to Find the Mean Absolute Deviation:

  1. We first calculate the mean using the formula, = ∑xi/n.
  2. Calculate the differences in the data values from the mean (xi).
  3. Take the absolute value of the above differences. This simply means ignoring the sign of the difference if it is negative.
  4. Take the average of the above absolute values.

Mean Absolute Deviation Formula (Raw and Ungrouped Data):

The mean absolute deviation for raw data can be calculated using the formula,

Mean Absolute Deviation = ∑|xi|/n.

If the data is given in ungrouped tabular form with frequencies fi then the mean absolute deviation can be found using the formula,

Mean Absolute Deviation = ∑fi|xi|/n.

Example:

Consider the data values 2, 3, 7, 8, and 9.

Step 1: We first obtain the mean as follows, =(2+3+7+8+9)/5=5.8.

Step 2: We find the absolute differences in the data values from the mean,

  1. |2 – 5.8| = |-3.8| = 3.8
  2. |3 – 5.8| = |-2.8| = 2.8
  3. |7 – 5.8| = |1.2| = 1.2
  4. |8 – 5.8| = |2.2| = 2.2
  5. |9 – 5.8| = |3.2| = 3.2

Step 3: We now calculate the average of the above absolute values,

Mean Absolute Deviation = (3.8+2.8+1.2+2.2+3.2)/5= 13.2/5 = 2.64.

Mean Absolute Deviation for Grouped Data:

Suppose that the data is given in tabular form with class intervals and corresponding frequencies.

  1. We first calculate the class mark xi by taking the mid-value for each of the class intervals.
  2. We then calculate the mean using the formula, = ∑fixi/∑fi.
  3. The mean deviation for grouped data can then be calculated using the formula, Mean Absolute Deviation = ∑fi|xi – X̄|/∑fi.

Example:

Consider the following frequency distribution,

Class Intervals Frequency
0-102
10-203
20-304
30-401
40-505

Step 1: We calculate the class mark (mid-value) and the mean of the data.

Class Intervals Class Mark xiFrequency fi fixi
0-105210
10-2015345
20-30254100
30-4035135
40-50455225
∑fi = 15 ∑fixi = 415

Mean = ∑fixi/∑fi = 415/15 = 27.67.

Step 2: We calculate the absolute differences and take their average.

Class Intervals Class Mark xi|xi – X̄|=
|x_i-27.67|
Frequency fifi|xi – X̄|
0-10522.67245.34
10-201512.67338.01
20-30252.67410.68
30-40357.3317.33
40-504517.33586.65
∑fi = 15∑fi|xi – X̄| = 188.01

Mean Absolute Deviation = ∑fi|xi – X̄|/∑fi = 188.01/15 = 12.534.

Share this article

Recent posts

Popular categories

Recent comments