Mean Absolute Deviation (MAD) Statistics Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

medium
The heights (in cm) of 6 plants are: 12, 15, 14, 18, 13, 16. Calculate the MAD and interpret the result in context.

Solution

  1. 1
    Step 1: Mean = 12+15+14+18+13+166=886โ‰ˆ14.67\frac{12+15+14+18+13+16}{6} = \frac{88}{6} \approx 14.67 cm.
  2. 2
    Step 2: Absolute deviations: โˆฃ12โˆ’14.67โˆฃ=2.67|12-14.67|=2.67, โˆฃ15โˆ’14.67โˆฃ=0.33|15-14.67|=0.33, โˆฃ14โˆ’14.67โˆฃ=0.67|14-14.67|=0.67, โˆฃ18โˆ’14.67โˆฃ=3.33|18-14.67|=3.33, โˆฃ13โˆ’14.67โˆฃ=1.67|13-14.67|=1.67, โˆฃ16โˆ’14.67โˆฃ=1.33|16-14.67|=1.33. MAD=2.67+0.33+0.67+3.33+1.67+1.336=106โ‰ˆ1.67MAD = \frac{2.67+0.33+0.67+3.33+1.67+1.33}{6} = \frac{10}{6} \approx 1.67 cm.

Answer

MADโ‰ˆ1.67MAD \approx 1.67 cm. On average, each plant's height differs from the mean by about 1.67 cm.
Interpreting MAD in context means relating it to the original units of measurement. Here, the plants' heights vary by about 1.67 cm from the average on average, indicating moderate consistency in growth.

About Mean Absolute Deviation (MAD)

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.

Learn more about Mean Absolute Deviation (MAD) โ†’

More Mean Absolute Deviation (MAD) Examples