True or false: the mean absolute deviation does is not a computation of the absolute error.

Two of the most popular ways to measure variability or volatility in a set of data are standard deviation and average deviation, also known as mean absolute deviation. Though the two measurements are similar, they are calculated differently and offer slightly different views of data.

Determining volatility—that is, deviation from the center—is important in finance, so professionals in accounting, investing, and economics should be familiar with both concepts.

Key Takeaways

  • Standard deviation is the most common measure of variability and is frequently used to determine the volatility of financial instruments and investment returns.
  • Standard deviation is considered the most appropriate measure of variability when using a population sample, when the mean is the best measure of center, and when the distribution of data is normal.
  • Some argue that average deviation, or mean absolute deviation, is a better gauge of variability when there are distant outliers or the data is not well distributed.

Understanding Standard Deviation

Standard deviation is the most common measure of variability and is frequently used to determine the volatility of markets, financial instruments, and investment returns. To calculate the standard deviation:

  1. Find the mean, or average, of the data points by adding them and dividing the total by the number of data points.
  2. Subtract the mean from each data point and square the difference of each result.
  3. Find the mean of those squared differences and then the square root of the mean.

Squaring the differences between each point and the mean avoids the issue of negative differences for values below the mean, but it means the variance is no longer in the same unit of measure as the original data. Taking the square root means the standard deviation returns to the original unit of measure and is easier to interpret and use in further calculations.

Average Deviation

The average deviation, or mean absolute deviation, is calculated similarly to standard deviation, but it uses absolute values instead of squares to circumvent the issue of negative differences between the data points and their means.

To calculate the average deviation:

  1. Calculate the mean of all data points.
  2. Calculate the difference between the mean and each data point.
  3. Calculate the average of the absolute values of those differences.

Standard Deviation Versus Average Deviation

Standard deviation is often used to measure the volatility of returns from investment funds or strategies because it can help measure volatility. Higher volatility is generally associated with a higher risk of losses, so investors want to see higher returns from funds that generate higher volatility. For example, a stock index fund should have relatively low standard deviation compared with a growth fund.

The mean average, or mean absolute deviation, is considered the closest alternative to standard deviation. It is also used to gauge volatility in markets and financial instruments, but it is used less frequently than standard deviation.

According to mathematicians, when a data set is of normal distribution—that is, there aren't many outliers—standard deviation is generally the preferable gauge of variability. But when there are large outliers, standard deviation registers higher levels of dispersion [or deviation from the center] than mean absolute deviation.

We apologize for the inconvenience...

...but your activity and behavior on this site made us think that you are a bot.

Note: A number of things could be going on here.

  1. If you are attempting to access this site using an anonymous Private/Proxy network, please disable that and try accessing site again.
  2. Due to previously detected malicious behavior which originated from the network you're using, please request unblock to site.

What is the Mean Absolute Deviation?

The mean absolute deviation [MAD] is a measure of variability that indicates the average distance between observations and their mean. MAD uses the original units of the data, which simplifies interpretation. Larger values signify that the data points spread out further from the average. Conversely, lower values correspond to data points bunching closer to it. The mean absolute deviation is also known as the mean deviation and average absolute deviation.

This definition of the mean absolute deviation sounds similar to the standard deviation [SD]. While both measure variability, they have different calculations. In recent years, some proponents of MAD have suggested that it replace the SD as the primary measure because it is a simpler concept that better fits real life.

In this post, you’ll learn how to find and interpret the mean absolute deviation and understand its formula. I’ll close by comparing it to the standard deviation.

Related post: Measures of Variability

How to Find the Mean Absolute Deviation

The process for finding the mean absolute deviation involves the following three steps.

  1. Calculate the sample average by summing all observations and dividing by the sample size.
  2. Find the absolute deviation of all data points from the mean. Take the observed values and subtract them from the mean and then disregard negative signs when they occur.
  3. Calculate the average of the absolute deviations. Sum the values in step #2 and divide it by the sample size.

The formula for the mean absolute deviation is the following:

Where:

  • X = the value of a data point
  • µ = mean
  • |X – µ| = absolute deviation
  • N = sample size

The formula involves absolute deviations. A deviation is the difference between a data point and the mean. The absolute value of the deviation simply tosses out any minus signs that occur. If we didn’t use the absolute value, the pluses and minuses would cancel each other out! Large distances from the mean, whether they’re positive or negative, now all have positive values.

Next, see how finding the mean absolute deviation works on a number line!

Number Line Examples

Let’s bring the mean absolute deviation formula to life by working through some examples. Imagine we have the following two datasets with four data points in each. They both have an average of ten, but their variability is different. The number lines show where each data point falls relative to the average and the distance from it. The mean absolute deviation simply takes those distances and averages them.

In the above dataset, we have absolute deviations of 1, 1, 2, 2. We sum those to obtain 6. Then divide by four to get the mean, which is 1.5. Therefore, we find that the mean absolute deviation of this dataset is 1.5. The average distance between the data points and the mean is 1.5.

In the second dataset, the absolute differences are larger because the data points spread out further. We have distances of 2, 2, 4, 4. They sum to 12. Dividing by 4, the mean is 3. Consequently, MAD is 3 for this dataset. The average distance between the data points and the mean is 3. The larger value indicates the spread of the second dataset is greater than the first.

Worked Example of Finding the Mean Absolute Deviation by Hand

In the worksheet below, we’ll assume that we’ve already calculated the sample average, which is 32. For comparison purposes, I employ the same dataset that I use in my post about SD calculations.

The calculations in the worksheet involve applying the mean absolute deviation formula:

  1. Taking each observation.
  2. Subtracting the sample average.
  3. Calculating the difference.
  4. Obtaining the absolute value.

Then, at the bottom, we sum the column of absolute deviations and divide it by the sample size of 17. The MAD of this dataset is 11.647. In contrast, the SD is 14.177.

These two statistics have similarities. They both are measures of variability that use the original data units, and they compare the data points to the mean.

However, there are differences. MAD uses the average distances of the data points from the mean. On the other hand, the SD squares the difference between each data point and the mean, sums the squared differences, divides by the degrees of freedom, and then takes the square root of that sum.

Because the standard deviation squares the differences, outliers have a larger impact on it than on MAD.

According to Geary [1935], the ratio between the two statistics in a normal distribution is the following:

In other words, the mean absolute deviation is approximately 80% the value of the SD in a normal distribution.

Related post: Standard Deviation

Benefits of the Standard Deviation

Clearly, finding and interpreting MAD are more intuitive than they are for the SD. This intuitive nature is why some have made a call to retire the standard deviation as the principal measure of variability.

I’d also guess that the mean absolute deviation is closer to how people think of differences from the mean. Consequently, MAD is a good entry point for understanding the concept of variability. That’s why some high schools are incorporating it into their statistical curriculum.

While the mean absolute deviation is easier to calculate and interpret, the standard deviation has some benefits that MAD can’t match.

For instance, the SD has a special place in normal distributions. For starters, it is one of the distribution’s parameters. Additionally, the empirical rule uses it to estimate the frequency of values in ranges of normal distributions. For nonnormal distributions, you can use the SD with Chebyshev’s theorem for similar reasons. None of that exists for the mean absolute value.

Standard deviations are also baked into many of the formulas for hypothesis tests and confidence intervals.

Finally, the SD can better reflect differences in variability in some cases.

In the graphs below, dataset 2 has more variability than dataset 1.

Despite dataset 2 having more variability, both datasets have a mean absolute deviation of two. However, the SD accurately indicates that dataset 2 has more variability, 2.24 vs. 2.

The SD squares the differences, which gives extra weight to the values further away from the mean. This additional impact reflects the properties of the normal distribution where outliers are substantially less likely to occur. Extreme values do not taper off linearly as the mean absolute deviation implies.

While MAD is easier to calculate and interpret, the standard deviation won’t disappear anytime soon. I’d love to hear about your thoughts on these two statistics in the comment section!

Reference

Geary, R. C. [1935]. The ratio of the mean deviation to the SD as a test of normality. Biometrika, 27[3/4], 310–332.

Is mean absolute deviation an absolute measure?

Mean absolute deviation [MAD] is a measure of the average absolute distance between each data value and the mean of a data set.

Is mean absolute deviation the same as absolute deviation?

Larger values signify that the data points spread out further from the average. Conversely, lower values correspond to data points bunching closer to it. The mean absolute deviation is also known as the mean deviation and average absolute deviation.

Is absolute error and deviation the same?

mean absolute error [MAE] and mean absolute deviation [MAD], on the other hand, have completely different meanings. MAE is the mean of all the absolute errors, whereas MAD is like standard deviation but without squaring the individual deviations before averaging them and then taking the square root.

How do you find the mean absolute error?

Find all of your absolute errors, xi – x. Add them all up. Divide by the number of errors. For example, if you had 10 measurements, divide by 10..
n = the number of errors,.
Σ = summation symbol [which means “add them all up”],.
|xi – x| = the absolute errors..

Chủ Đề