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.:
Calculate the mean.
Find the absolute value of deviations from the mean for each data point.
Compute the average of those absolute deviations.
Example 1: Calculating M.A.D.
Data Set: {5, 5, 6, 7, 9}
Mean:
Deviations:
5: / Absolute: 1.4
5: / Absolute: 1.4
6: / Absolute: 0.4
7: / Absolute: 0.6
9: / Absolute: 2.6
Average of Absolute Deviations:
Total Absolute Deviations:
M.A.D. =
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 .
Steps to Calculate Standard Deviation:
Calculate the mean.
Find the deviations from the mean for each data point.
Square each deviation.
Calculate the average of the squared deviations.
Take the square root of that average.
Example 2: Calculating Standard Deviation
Data Set: {5, 5, 6, 7, 9}
Mean:
Deviations:
5: / Squared:
5: / Squared:
6: / Squared:
7: / Squared:
9: / Squared:
Average of Squares:
Total:
Average =
Standard Deviation:
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:
Upper Limit:
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.