Select Page

Mean deviation, also known as the mean absolute deviation (MAD), is a measure of dispersion that quantifies the average absolute difference between each data point and the mean of the dataset. Unlike the variance or standard deviation, which consider the squared differences, the mean deviation uses the absolute differences, making it a measure of the average distance of data points from the mean.

Formula for Mean Deviation:

For a sample:

Mean DeviationMean Deviation=n∑∣xi​−xˉ∣​

 

For a population:

Mean Deviation=

Where:

  • represents each individual data

  • represents the population mean

  • represents the sample size

  • represents the population size


  • ∣

    −xˉ∣

    or

    ∣
    −
    ∣
  • represents the absolute difference between each data point and the mean

Characteristics and Considerations:

  1. Absolute Differences: Mean deviation considers the absolute differences between each data point and the mean, giving equal weight to deviations above and below the mean.
  2. Interpretability: Mean deviation provides a measure of dispersion in the original units of measurement, making it interpretable and relevant in various contexts.
  3. Simplicity: Mean deviation is relatively simple to calculate and understand, making it accessible for assessing the variability of a dataset.
  4. Comparison with Variance: Compared to the variance or standard deviation, mean deviation is less commonly used due to its simplicity and the computational convenience of squared differences in variance and standard deviation calculations.
  5. Sensitivity to Outliers: Like other measures of dispersion, mean deviation is sensitive to extreme values or outliers in the dataset, potentially affecting its value and interpretation.

Example:

Consider the following dataset representing the ages (in years) of a sample of individuals:

25

,30,35,40,45

To calculate the mean deviation:

  1. Calculate the mean age:

    xˉ=25+30+35+40+455=1755=35 years

     

     

  2. Calculate the absolute differences between each data point and the mean:

    ∣25−35∣=10

    ∣30−35∣=5

     

    ∣35−35∣=0

     

     

    |40−35∣=5

     

    ∣45−35∣=10

     

  3. Calculate the mean deviation:

    Mean Deviation=10+5+0+5+105=305=6 years

The mean deviation of the ages in the sample is 6 years, indicating the average absolute difference between each individual’s age and the mean age of 35 years.

Mean deviation is a measure of dispersion that quantifies the average absolute difference between each data point and the mean of the dataset. While it provides a straightforward and interpretable measure of variability, mean deviation is less commonly used compared to the variance or standard deviation, particularly in statistical analyses and applications where the properties of squared differences are advantageous. Nonetheless, mean deviation offers a valuable perspective on data variability and can complement other measures of dispersion in descriptive analyses and exploratory data analysis.