Mean Absolute Deviation Formula

Mean absolute deviation is the average distance between each data value and the mean of the data set.

The Formula

MAD=βˆ‘βˆ£xiβˆ’xΛ‰βˆ£n\text{MAD} = \frac{\sum |x_i - \bar{x}|}{n}

When to use: Standard deviation can feel abstract with its squaring and square roots. MAD is simpler: just ask 'on average, how far is each data point from the center?' If the mean test score is 80 and the MAD is 5, a typical student scored about 5 points away from 80β€”some above, some below.

Quick Example

Data: 2,4,6,8,102, 4, 6, 8, 10. Mean =6= 6.
Deviations: ∣2βˆ’6∣=4,β€…β€Šβˆ£4βˆ’6∣=2,β€…β€Šβˆ£6βˆ’6∣=0,β€…β€Šβˆ£8βˆ’6∣=2,β€…β€Šβˆ£10βˆ’6∣=4|2-6|=4, \; |4-6|=2, \; |6-6|=0, \; |8-6|=2, \; |10-6|=4
MAD=4+2+0+2+45=125=2.4\text{MAD} = \frac{4+2+0+2+4}{5} = \frac{12}{5} = 2.4

Notation

∣xiβˆ’xΛ‰βˆ£|x_i - \bar{x}| is the absolute deviation of value xix_i from the mean xΛ‰\bar{x}

What This Formula Means

The average distance between each data value and the mean of the data set. Calculated by finding the mean, computing the absolute value of each deviation from the mean, and averaging those absolute deviations.

Standard deviation can feel abstract with its squaring and square roots. MAD is simpler: just ask 'on average, how far is each data point from the center?' If the mean test score is 80 and the MAD is 5, a typical student scored about 5 points away from 80β€”some above, some below.

Formal View

MAD=1nβˆ‘i=1n∣xiβˆ’xΛ‰βˆ£\text{MAD} = \frac{1}{n}\sum_{i=1}^{n} |x_i - \bar{x}| where xΛ‰=1nβˆ‘i=1nxi\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i

Worked Examples

Example 1

easy
Calculate the Mean Absolute Deviation (MAD) for {2,5,7,10,6}\{2, 5, 7, 10, 6\} and explain what it measures.

Answer

MAD=2MAD = 2. On average, each data point deviates from the mean by 2 units.

First step

1
Mean: xˉ=(2+5+7+10+6)/5=30/5=6\bar{x} = (2+5+7+10+6)/5 = 30/5 = 6

Full solution

  1. 2
    Absolute deviations: ∣2βˆ’6∣=4|2-6|=4, ∣5βˆ’6∣=1|5-6|=1, ∣7βˆ’6∣=1|7-6|=1, ∣10βˆ’6∣=4|10-6|=4, ∣6βˆ’6∣=0|6-6|=0
  2. 3
    MAD=4+1+1+4+05=105=2MAD = \frac{4+1+1+4+0}{5} = \frac{10}{5} = 2
  3. 4
    Interpretation: on average, each value is 2 units away from the mean
MAD measures the average absolute distance of data points from the mean. Unlike variance (which squares deviations), MAD keeps deviations in the original units. It is more interpretable than variance and more resistant to extreme values than variance.

Example 2

medium
Compare MAD and standard deviation for the data {1,5,5,5,9}\{1, 5, 5, 5, 9\}. Calculate both and explain when MAD is preferred.

Example 3

medium
Calculate the MAD of {10,12,14,16,18}\{10,12,14,16,18\} step by step.

Common Mistakes

  • Forgetting the absolute value - signed deviations from the mean sum to zero, so you must take ∣xiβˆ’xΛ‰βˆ£|x_i-\bar{x}| first.
  • Squaring the deviations - that gives variance/standard deviation; MAD uses absolute value, not squares.
  • Dividing by the wrong count - divide the total absolute deviation by nn, the number of data values.

Why This Formula Matters

MAD gives a spread measure a grade-6 student can interpret directly ('typical points are about 5 away from the mean') without the squaring and square roots of standard deviation. It builds the intuition that variability means distance-from-center, which is the foundation later formalized by variance and standard deviation. Recognizing it by "Am I averaging the ABSOLUTE distances of each value from the mean (not squared distances, not signed ones)?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from standard deviation and variance and range in a mixed problem set.

Frequently Asked Questions

What is the Mean Absolute Deviation formula?

The average distance between each data value and the mean of the data set. Calculated by finding the mean, computing the absolute value of each deviation from the mean, and averaging those absolute deviations.

How do you use the Mean Absolute Deviation formula?

Standard deviation can feel abstract with its squaring and square roots. MAD is simpler: just ask 'on average, how far is each data point from the center?' If the mean test score is 80 and the MAD is 5, a typical student scored about 5 points away from 80β€”some above, some below.

What do the symbols mean in the Mean Absolute Deviation formula?

∣xiβˆ’xΛ‰βˆ£|x_i - \bar{x}| is the absolute deviation of value xix_i from the mean xΛ‰\bar{x}

Why is the Mean Absolute Deviation formula important in Math?

MAD gives a spread measure a grade-6 student can interpret directly ('typical points are about 5 away from the mean') without the squaring and square roots of standard deviation. It builds the intuition that variability means distance-from-center, which is the foundation later formalized by variance and standard deviation. Recognizing it by "Am I averaging the ABSOLUTE distances of each value from the mean (not squared distances, not signed ones)?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from standard deviation and variance and range in a mixed problem set.

What do students get wrong about Mean Absolute Deviation?

The procedure for mean absolute deviation is the easy part; the trap is forgetting the absolute value. Asking "Am I averaging the ABSOLUTE distances of each value from the mean (not squared distances, not signed ones)?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Mean Absolute Deviation formula?

Before studying the Mean Absolute Deviation formula, you should understand: mean, absolute value.