Mean Absolute Deviation

Statistics
definition

Also known as: MAD, average deviation, average distance from mean

Grade 6-8

View on concept map

The average distance between each data value and the mean of the data set. MAD is the most accessible measure of variability for middle school students.

Definition

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.

💡 Intuition

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.

🎯 Core Idea

MAD measures spread by averaging absolute deviations. Unlike range (which uses only two values), MAD uses every data point. Unlike standard deviation, MAD doesn't square the deviations—it's more intuitive but less common in advanced statistics.

Example

Data: 2, 4, 6, 8, 10. Mean = 6.
Deviations: |2-6|=4, \; |4-6|=2, \; |6-6|=0, \; |8-6|=2, \; |10-6|=4
\text{MAD} = \frac{4+2+0+2+4}{5} = \frac{12}{5} = 2.4

Formula

\text{MAD} = \frac{\sum |x_i - \bar{x}|}{n}

Notation

|x_i - \bar{x}| is the absolute deviation of value x_i from the mean \bar{x}

🌟 Why It Matters

MAD is the most accessible measure of variability for middle school students. It builds intuition about spread before introducing the more complex standard deviation, and it's used in real data analysis for robust estimation.

💭 Hint When Stuck

Find the mean, then compute each distance |x_i - \bar{x}|, and average those distances. MAD is easier to interpret than standard deviation because it stays in the original units without squaring.

Formal View

\text{MAD} = \frac{1}{n}\sum_{i=1}^{n} |x_i - \bar{x}| where \bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i

Compare With Similar Concepts

🚧 Common Stuck Point

Don't forget the absolute value! Without it, positive and negative deviations cancel out, and you always get zero.

⚠️ Common Mistakes

  • Forgetting absolute values: deviations from the mean always sum to zero without them
  • Dividing by the wrong number: MAD uses n (the number of data points), not n-1
  • Confusing MAD with standard deviation—MAD uses absolute values, SD uses squared values

Frequently Asked Questions

What is Mean Absolute Deviation in Math?

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.

What is the Mean Absolute Deviation formula?

\text{MAD} = \frac{\sum |x_i - \bar{x}|}{n}

When do you use Mean Absolute Deviation?

Find the mean, then compute each distance |x_i - \bar{x}|, and average those distances. MAD is easier to interpret than standard deviation because it stays in the original units without squaring.

How Mean Absolute Deviation Connects to Other Ideas

To understand mean absolute deviation, you should first be comfortable with mean and absolute value. Once you have a solid grasp of mean absolute deviation, you can move on to standard deviation and variance.