In-Depth Notes on Statistics: Spread of Data and Standard Deviation

Overview of Statistical Concepts

  • Statistical Measures of Spread: Understanding how data varies around the mean is crucial. We can use two primary measures:

    • Mean Average Deviation (M.A.D.)

    • Standard Deviation

Mean Average Deviation (M.A.D.)

  • Definition: M.A.D. measures the average distance between each data point and the mean.

  • Steps to Calculate M.A.D.:

    1. Calculate the mean.

    2. Find the absolute value of deviations from the mean for each data point.

    3. Compute the average of those absolute deviations.

Example 1: Calculating M.A.D.
  • Data Set: {5, 5, 6, 7, 9}

  • Mean: Mean=5+5+6+7+9=6.4{Mean}={5 + 5 + 6 + 7 + 9}{}=6.4

  • Deviations:

    • 5: 56.4=1.45 - 6.4 = -1.4 / Absolute: 1.4

    • 5: 56.4=1.45 - 6.4 = -1.4 / Absolute: 1.4

    • 6: 66.4=0.46 - 6.4 = -0.4 / Absolute: 0.4

    • 7: 76.4=0.67 - 6.4 = 0.6 / Absolute: 0.6

    • 9: 96.4=2.69 - 6.4 = 2.6 / Absolute: 2.6

  • Average of Absolute Deviations:

    • Total Absolute Deviations: 1.4+1.4+0.4+0.6+2.6=6.41.4 + 1.4 + 0.4 + 0.6 + 2.6 = 6.4

    • M.A.D. = rac6.45=1.28rac{6.4}{5} = 1.28

  • Interpretation: A smaller M.A.D. indicates less spread in data, meaning the mean is a better representation.

Standard Deviation

  • Definition: Standard deviation is a measure of the dispersion of a set of data points around their mean, denoted by the symbol extσext{σ} .

  • Steps to Calculate Standard Deviation:

    1. Calculate the mean.

    2. Find the deviations from the mean for each data point.

    3. Square each deviation.

    4. Calculate the average of the squared deviations.

    5. Take the square root of that average.

Example 2: Calculating Standard Deviation
  • Data Set: {5, 5, 6, 7, 9}

  • Mean: 6.46.4

  • Deviations:

    • 5: 56.4=1.45 - 6.4 = -1.4 / Squared: (1.4)2=1.96(-1.4)^2 = 1.96

    • 5: 56.4=1.45 - 6.4 = -1.4 / Squared: (1.4)2=1.96(-1.4)^2 = 1.96

    • 6: 66.4=0.46 - 6.4 = -0.4 / Squared: (0.4)2=0.16(-0.4)^2 = 0.16

    • 7: 76.4=0.67 - 6.4 = 0.6 / Squared: (0.6)2=0.36(0.6)^2 = 0.36

    • 9: 96.4=2.69 - 6.4 = 2.6 / Squared: (2.6)2=6.76(2.6)^2 = 6.76

  • Average of Squares:

    • Total: 1.96+1.96+0.16+0.36+6.76=11.21.96 + 1.96 + 0.16 + 0.36 + 6.76 = 11.2

    • Average = rac11.25=2.24rac{11.2}{5} = 2.24

  • Standard Deviation:

    • extσ=ext(2.24)ext1.497ext{σ} = ext{√}(2.24) ext{≈} 1.497

Chebyshev's Rule

  • Chebyshev’s Rule: States that at least 89% of data will lie within 3 standard deviations from the mean for any data set.

  • Application: For our 1st example:

    • Mean = 6.4, Standard Deviation ≈ 1.5

    • Range:

    • Lower Limit: 6.4(3imes1.5)=1.96.4 - (3 imes 1.5) = 1.9

    • Upper Limit: 6.4+(3imes1.5)=10.96.4 + (3 imes 1.5) = 10.9

Conclusion

  • Understanding M.A.D. and standard deviation is crucial for analyzing data sets effectively.

  • Both measurements provide insight into how spread out the data points are, which informs how well the mean represents the typical value of the data set.

  • Formulas for M.A.D. and standard deviation exist, but one can achieve the same results by following the steps outlined in the calculation processes.