Examples of Measures of Variability

Explore practical examples of measures of variability to understand data dispersion and its significance.
By Jamie

Understanding Measures of Variability

Measures of variability, also known as measures of dispersion, provide insights into how spread out the data is within a dataset. They help to understand the consistency and reliability of the data. Key measures include range, variance, and standard deviation. Here are three practical examples that illustrate these concepts clearly.

Example 1: Analyzing Test Scores in a Classroom

Context

In a classroom, a teacher wants to evaluate how students performed on a recent mathematics test to understand the spread of scores and identify any outliers.

The test scores of 10 students are as follows: 85, 87, 90, 92, 95, 76, 88, 91, 94, 100.

To calculate the range, variance, and standard deviation:

  • Range: 100 - 76 = 24
  • Mean: (85 + 87 + 90 + 92 + 95 + 76 + 88 + 91 + 94 + 100) / 10 = 90.8
  • Variance: Calculate each score’s deviation from the mean, square it, sum those, and divide by the total number of scores.
    • Deviations: (-5.8, -3.8, -0.8, 1.2, 4.2, -14.8, -2.8, 0.2, 3.2, 9.2)
    • Squared Deviations: (33.64, 14.44, 0.64, 1.44, 17.64, 219.04, 7.84, 0.04, 10.24, 84.64)
    • Sum: 389.6
    • Variance: 389.6 / 10 = 38.96
  • Standard Deviation: √38.96 ≈ 6.24

Notes

This example illustrates how variability measures can be used to assess the performance of students relative to each other. A high standard deviation suggests a wide spread of scores, indicating diverse understanding among students.

Example 2: Measuring Temperatures Across a Week

Context

A city meteorologist records the daily high temperatures for one week to assess temperature consistency and fluctuations.

The recorded temperatures (in °C) are: 22, 25, 23, 21, 26, 24, 22.

To analyze the data:

  • Range: 26 - 21 = 5
  • Mean: (22 + 25 + 23 + 21 + 26 + 24 + 22) / 7 = 23.29
  • Variance: Calculate deviations from the mean:
    • Deviations: (-1.29, 1.71, -0.29, -2.29, 2.71, 0.71, -1.29)
    • Squared Deviations: (1.66, 2.92, 0.08, 5.24, 7.34, 0.51, 1.66)
    • Sum: 19.41
    • Variance: 19.41 / 7 ≈ 2.77
  • Standard Deviation: √2.77 ≈ 1.66

Notes

This example shows how a small range and standard deviation indicate that the temperatures are relatively consistent throughout the week, which can be useful for understanding weather patterns.

Example 3: Evaluating Monthly Sales Figures

Context

A retail store manager wants to understand the variability of monthly sales over a year to make informed inventory decisions.

Monthly sales figures (in thousands of dollars) are: 30, 28, 35, 45, 40, 50, 38, 60, 55, 62, 49, 70.

To analyze the data:

  • Range: 70 - 28 = 42
  • Mean: (30 + 28 + 35 + 45 + 40 + 50 + 38 + 60 + 55 + 62 + 49 + 70) / 12 ≈ 46.25
  • Variance: Deviations from the mean:
    • Deviations: (-16.25, -18.25, -11.25, -1.25, -6.25, 3.75, -8.25, 13.75, 8.75, 15.75, 2.75, 23.75)
    • Squared Deviations: (265.56, 333.06, 126.56, 1.56, 39.06, 14.06, 68.06, 189.06, 76.56, 248.06, 7.56, 564.06)
    • Sum: 2,092.5
    • Variance: 2,092.5 / 12 ≈ 174.38
  • Standard Deviation: √174.38 ≈ 13.19

Notes

The large range and standard deviation suggest considerable variability in monthly sales, indicating fluctuating customer demand that the store manager should consider when planning inventory levels.

These examples demonstrate the importance of understanding measures of variability in different contexts, enhancing your ability to interpret data effectively.