1. Find sample variance of small integer test scores
Problem
First, calculate the sample mean by adding all values and dividing by .
Find how much each score differs from the mean of 9.
Square each deviation to eliminate negatives and emphasize larger distances from the mean.
Add up all the squared deviations.
Divide by , not by , because this is a sample.
Answer:
The sample variance of 2.5 tells us that, on average, each score deviates from the mean by about points. Using instead of gives an unbiased estimate of the population variance.