The mean absolute deviation is:
$$\dfrac{\sum_{i=1}^{n}|x_i-\bar x|}{n}$$
The variance is: $$\dfrac{\sum_{i=1}^{n}(x_i-\bar x)^2}{n-1}$$
- So the mean deviation and the variance are measuring the same thing, yet variance requires squaring the difference. Why? Squaring always gives a non-negative value, but the absolute value is also a non-negative value.
- Why isn't it $|x_i-\bar x|^2$, then? Squaring just enlarges, why do we need to do this?
A similar question is here, but mine is a little different.
Thanks.
They don't measure the same thing. The mean absolute deviation and standard deviation measure the same thing (notice the similarity of their names).
The variance is convenient because it satisfies the property that the variance of independent random variables is the sum of the variances.