Mean Absolute Deviation (MAD) Formula

Mean absolute deviation (mad) is the Mean Absolute Deviation (MAD) is the average of the absolute distances between each data point and the mean of the.

The Formula

MAD=โˆ‘โˆฃxโˆ’xห‰โˆฃn\text{MAD} = \frac{\sum |x - \bar{x}|}{n}

When to use: Find how far each number is from the mean (ignoring +/-), then average those distances. It tells you: on average, how far is a typical value from the center?

Quick Example

Data: 2, 4, 6, 8. Mean = 5. Distances from mean: 3, 1, 1, 3. MAD=3+1+1+34=2MAD = \frac{3+1+1+3}{4} = 2

Notation

MAD stands for Mean Absolute Deviation. โˆฃxiโˆ’xห‰โˆฃ|x_i - \bar{x}| is the absolute deviation of the iith data point from the mean xห‰\bar{x}.

What This Formula Means

The Mean Absolute Deviation (MAD) is the average of the absolute distances between each data point and the mean of the dataset. It measures how spread out data values are from the center, with larger MAD values indicating more variability.

Find how far each number is from the mean (ignoring +/-), then average those distances. It tells you: on average, how far is a typical value from the center?

Formal View

For a dataset {x1,x2,โ€ฆ,xn}\{x_1, x_2, \ldots, x_n\} with mean xห‰\bar{x}, the Mean Absolute Deviation is MAD=1nโˆ‘i=1nโˆฃxiโˆ’xห‰โˆฃMAD = \frac{1}{n} \sum_{i=1}^{n} |x_i - \bar{x}|.

Worked Examples

Example 1

medium
Find the MAD of 3,5,7,93, 5, 7, 9.

Answer

22

First step

1
Mean =(3+5+7+9)/4=6= (3+5+7+9)/4 = 6.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan โ€” every worked solution, all subjects

Example 2

medium
A class has temperatures 68,70,72,70,7068, 70, 72, 70, 70 (โˆ˜^\circF). Find the MAD.

Example 3

medium
Data 1,2,3,4,1001, 2, 3, 4, 100 has mean 2222. Find the MAD.

Common Mistakes

  • Forgetting absolute value - The safer move is to ask "Do I need one number that represents the center of the data, and have I checked whether extreme values change that choice?" and then state the data source, denominator, or variable before interpreting the result.
  • Dividing by wrong number - The safer move is to ask "Do I need one number that represents the center of the data, and have I checked whether extreme values change that choice?" and then state the data source, denominator, or variable before interpreting the result.
  • Confusing with standard deviation - The safer move is to ask "Do I need one number that represents the center of the data, and have I checked whether extreme values change that choice?" and then state the data source, denominator, or variable before interpreting the result.
  • Choosing mean absolute deviation (mad) from a keyword alone - Keywords like average, typical, middle are only clues; the data structure must match the concept.

Why This Formula Matters

Mean Absolute Deviation (MAD) gives students a disciplined way to summarize how spread out data is. It is especially useful when two data sets share the same center, because MAD reveals which one is more variable and therefore less predictable.

Frequently Asked Questions

What is the Mean Absolute Deviation (MAD) formula?

The Mean Absolute Deviation (MAD) is the average of the absolute distances between each data point and the mean of the dataset. It measures how spread out data values are from the center, with larger MAD values indicating more variability.

How do you use the Mean Absolute Deviation (MAD) formula?

Find how far each number is from the mean (ignoring +/-), then average those distances. It tells you: on average, how far is a typical value from the center?

What do the symbols mean in the Mean Absolute Deviation (MAD) formula?

MAD stands for Mean Absolute Deviation. โˆฃxiโˆ’xห‰โˆฃ|x_i - \bar{x}| is the absolute deviation of the iith data point from the mean xห‰\bar{x}.

Why is the Mean Absolute Deviation (MAD) formula important in Statistics?

Mean Absolute Deviation (MAD) gives students a disciplined way to summarize how spread out data is. It is especially useful when two data sets share the same center, because MAD reveals which one is more variable and therefore less predictable.

What do students get wrong about Mean Absolute Deviation (MAD)?

Students often know a procedure related to mean absolute deviation (mad) but skip the recognition step: Do I need one number that represents the center of the data, and have I checked whether extreme values change that choice? That leads to a calculation or graph that looks reasonable but answers a different question.

What should I learn before the Mean Absolute Deviation (MAD) formula?

Before studying the Mean Absolute Deviation (MAD) formula, you should understand: mean fair share.