Variance vs Standard Error
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Variance
Describing data
The variance measures spread as the average of the squared distances between each value and the mean.
Variance quantifies spread by averaging squared deviations from the mean, so it is always non-negative. The sample variance is , where are the values, (x-bar) is the mean, and is the number of values. For example, data tightly packed around the mean have a small variance. Because the deviations are squared, variance is measured in squared units, and its square root is the standard deviation.
Standard error
Sampling distributions
The standard error is the standard deviation of a statistic's sampling distribution, showing how much the statistic typically varies from sample to sample.
The standard error plays the same role for a statistic that the standard deviation plays for raw data, and it gets smaller as the sample size grows. For example, the standard error of a sample proportion is (the square root of p times one minus p, divided by n). For a sample mean it is (sigma, the population standard deviation, over the square root of n). A smaller standard error means the estimate is more precise, which narrows a confidence interval.