No menu items!

How to find Median Absolute Deviation (with Examples)

-

The Median Absolute Deviation is a measure of dispersion that gives us some idea of the degree of “spread” in our data.

Averages give us an idea of the concentration of the observations about the central part of the distribution.

If we know the average alone we cannot form a complete idea about the distribution. They must be supported and supplemented by some other measures called measures of dispersion.

How to calculate the Median Absolute Deviation:

  1. Arrange the given data in ascending or descending order.
  2. Calculate the median of the given data.
    • If there are an odd number of data values, take the middlemost value to be the median.
    • If there are an even number of data points the average of the two middlemost values is the required median.
  3. Calculate the difference between each data value from the median.
  4. Take the absolute value of each of the differences calculated above. By taking absolute value we disregard the sign of the differences and consider them to be a positive number.
  5. Arrange the absolute differences in ascending or descending order and once again calculate the median of the absolute differences.
  6. Note that in the above method, we take the median twice.
    • We first calculate the median of the data and then calculate the median of the absolute differences.

Median Absolute Deviation Formula:

The median absolute deviation for a given set of data values can be calculated using the formula,

Median Absolute Deviation = Median of {|xi – Median|}.

Example 1:

Consider the following set of data arranged in ascending order: 12, 33, 36, 45, 47, 53, 55.

Since there are n=7 data values we have an odd number of data points. Therefore we take the middlemost data value to be the median.

Median = 4th term = 45.

We now calculate the differences in the data values from the median,

xixi – Median|xi – Median|
12-3333
33-1212
36-99
4500
4722
5388
551010

We now arrange the absolute differences in the last column in ascending order as follows: 0, 2, 8, 9, 10, 12, 13.

The median of the above values is the middlemost term.

Therefore, we have that the Median Absolute Deviation for the given set of data values is equal to 9.

Example 2:

Consider the following set of data arranged in descending order: 8, 7, 5, 3, 3, 2.

Since there are n=6 data values we have an even number of data points. Therefore we take the average of the two middlemost data values to be the median.

Median = (3rd term + 4th term)/2 = (5+3)/2 = 4.

We now calculate the differences in the data values from the median,

xixi – Median|xi – Median|
844
733
511
3-11
3-11
2-22

We now arrange the absolute differences in the last column in ascending order as follows: 1, 1, 1, 2, 3, 4.

The median of the above values is the average of the two middlemost terms.

Therefore, we have that Median Absolute Deviation = (1+2)/2 = 1.5.

Summary
Article Name
How to find Median Absolute Deviation (with Examples)
Description
The Median Absolute Deviation is a measure of dispersion that gives us some idea of the degree of "spread" in our data.

Share this article

Recent posts

Popular categories

Recent comments