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 s2=1n1(xixˉ)2s^2 = \frac{1}{n-1}\sum (x_i - \bar{x})^2, where xix_i are the values, xˉ\bar{x} (x-bar) is the mean, and nn 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.

Full entry for variance

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 p(1p)n\sqrt{\frac{p(1-p)}{n}} (the square root of p times one minus p, divided by n). For a sample mean it is σn\frac{\sigma}{\sqrt{n}} (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.

Full entry for standard error

Where each one fits in the course