Statistics
GradesGeometry & FunctionsStatisticsStandard Deviation & Variance

Standard Deviation & Variance

๐Ÿ“Š Statistics
๐Ÿ“‰

Standard Deviation & Variance

Measure the spread of data using variance and standard deviation.

While the mean measures center, variance and standard deviation measure spread. Variance is the average squared deviation from the mean; standard deviation is its square root and shares the same units as the data.

xห‰=1nโˆ‘i=1nxiฯƒ2=1nโˆ‘i=1n(xiโˆ’xห‰)2ฯƒ=ฯƒ2\bar{x} = \frac{1}{n}\sum_{i=1}^n x_i \qquad \sigma^2 = \frac{1}{n}\sum_{i=1}^n (x_i - \bar{x})^2 \qquad \sigma = \sqrt{\sigma^2}

Computing Standard Deviation

1Calculate the mean xฬ„.
2Subtract the mean from each data point to find deviations.
3Square each deviation.
4Average the squared deviations to get the variance ฯƒยฒ.
5Take the square root of the variance to get ฯƒ.
๐Ÿ”ขComputing ฯƒ for {2, 4, 4, 4, 5, 5, 7, 9}
Mean = 40/8 = 5. Deviationsยฒ: (2โˆ’5)ยฒ=9, (4โˆ’5)ยฒ=1, (4โˆ’5)ยฒ=1, (4โˆ’5)ยฒ=1, (5โˆ’5)ยฒ=0, (5โˆ’5)ยฒ=0, (7โˆ’5)ยฒ=4, (9โˆ’5)ยฒ=16. Variance = 32/8 = 4. ฯƒ = 2.
๐Ÿ’ก

Remember This!

Sample standard deviation uses n โˆ’ 1 in the denominator (Bessel's correction) instead of n. Use ฯƒ (population) when you have all data; use s (sample) when estimating from a sample.

โœ๏ธ Try It!

A dataset has values {10, 20, 30}. What is the mean and population standard deviation?

Take Quiz ๐Ÿ“ โ€” 24 Questions