No menu items!

Mean Absolute Deviation – Calculation | 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 of 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, \bar{x}=\frac{\sum x_i}{n}.
  2. Calculate the differences of the data values from the mean (x_i -\bar{x}).
  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, \text{Mean Absolute Deviation }=\frac{\sum |x_i - \bar{x}|}{n}.

If the data is given in ungrouped tabular form with frequencies fi then the mean absolute deviation can be found using the formula, \text{Mean Absolute Deviation }=\frac{\sum f_i|x_i - \bar{x}|}{\sum f_i}.

Example:

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

Step 1: We first obtain the mean as follows, \bar{x}=\frac{\sum x_i}{n}=\frac{2+3+7+8+9}{5}=\frac{29}{5} = 5.8

Step 2: We find the absolute differences of 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, \text{Mean Absolute Deviation }=\frac{3.8+2.8+1.2+2.2+3.2}{5}=\frac{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, \bar{x}=\frac{\sum f_i x_i}{\sum f_i}.
  3. The mean deviation for grouped data can then be calculated using the formula, \text{Mean Absolute Deviation }=\frac{\sum f_i |x_i-\bar{x}|}{\sum f_i}.

Example of Mean Absolute Deviation for Grouped Data:

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 (x_i)Frequency(f_i) (f_ix_i)
0-105210
10-2015345
20-30254100
30-4035135
40-50455225
(\sum f_i = 15 )(\sum f_ix_i = 415 )
\text{Mean }=\bar{x}=\frac{\sum f_i x_i}{\sum f_i}=frac{415}{15} = 27.67.

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

Class Intervals Class Mark (x_i)Class Mark (|x_i-\bar{x}|=|x_i-27.67|)Frequency(f_i) (f_i|x_i-\bar{x}|)
0-10522.67245.34
10-201512.67338.01
20-30252.67410.68
30-40357.3317.33
40-504517.33586.65
(\sum f_i = 15)(\sum f_i|x_i-\bar{x}| = 188.01)
\text{Mean Absolute Deviation }=\frac{\sum f_i |x_i-\bar{x}|}{\sum f_i} = \frac{188.01}{15} = 12.534

Hey 👋

I have always been passionate about statistics and mathematics education.

I created this website to explain mathematical and statistical concepts in the simplest possible manner.

If you've found value from reading my content, feel free to support me in even the smallest way you can.



Share this article

Recent posts

Popular categories

Recent comments