- Home
- /
- Math
- /
- Statistics & Probability
- /
- Mean Absolute Deviation
Mean Absolute Deviation
Also known as: MAD, average deviation, average distance from mean
Grade 6-8
View on concept mapThe 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
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
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.
Formal View
Related Concepts
See Also
๐ง 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
Go Deeper
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.
Why is Mean Absolute Deviation important?
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.
What do students usually get wrong about Mean Absolute Deviation?
Don't forget the absolute value! Without it, positive and negative deviations cancel out, and you always get zero.
What should I learn before Mean Absolute Deviation?
Before studying Mean Absolute Deviation, you should understand: mean, absolute value.
Prerequisites
Next Steps
Cross-Subject Connections
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.