Mean Absolute Deviation Calculator
Calculate mean absolute deviation, arithmetic mean, sum, and count for any numeric data set.
About mean absolute deviation
Mean absolute deviation examples
These examples show how the average absolute distance changes with the spread of a data set.
| Data set | MAD | Calculation |
|---|---|---|
| 2, 4, 6, 8 | 2 | The mean is 5 and the absolute distances 3, 1, 1, and 3 average to 2. |
| 1, 1, 3, 3 | 1 | The mean is 2; every observation is exactly one unit from it. |
| 5, 5, 5, 5 | 0 | All values equal the mean, so every absolute deviation is zero. |
| 0, 10, 20 | 6.6667 | Distances from the mean 10 are 10, 0, and 10, whose average is 6.6667. |
How to calculate mean absolute deviation
- Enter or paste the data values, separating each number with a comma or space.
- Click Calculate to find the mean and each value's average absolute distance from it.
- Read the MAD, mean, sum, and count in the results panel.
- Click Reset before calculating a different data set.
Mean absolute deviation FAQ
What does mean absolute deviation measure?
It measures the average distance between each observation and the arithmetic mean. The result summarizes variability in the same units as the original data.
How do I calculate mean absolute deviation?
Find the mean, calculate the absolute difference between every value and that mean, then average those differences. Absolute values prevent positive and negative deviations from canceling.
Is mean absolute deviation the same as standard deviation?
No. Mean absolute deviation averages absolute distances, while standard deviation is based on squared distances and a square root. Standard deviation therefore gives greater influence to large deviations.
Is this the same as median absolute deviation?
No. Median absolute deviation uses the median as its center and takes the median of the resulting distances. That alternative is more resistant to unusually large or small observations.
Can mean absolute deviation be zero?
Yes. It equals zero only when every observation has the same value, because then every observation is identical to the mean.