MATH 1040 - Introduction to Statistics

Lesson 7.1 Variance

Reading

Reading sections are from the Introductory Statistics Textbook

Lesson

To measure the spread, we want to see how far the points are from the center. To do this, we use the deviation.

\[x-\bar{x}\tag{Deviation}\]

Once we have the deviations for all the points, we could take an average. However, the average of all these deviations will be 0. This is because the mean is the middle point, so there are equal deviations above and below the mean, giving an average of 0. How do we fix this? We square the deviations.

\[(x-\bar{x})^2\tag{Squared Deviation}\]

Now, we can take the average. This average is known as the variance and is the primary tool used for determining how spread out the data is. Taking the average for a population is straightforward. However, the average for a sample has one difference: we divide by \(n-1\).

\[\sigma^2 = \frac{\sum (x-\mu)^2}{n}\tag{Variance of a Population}\] \[s^2 = \frac{\sum (x-\bar{x})^2}{n-1}\tag{Variance of a Sample}\]