Z-Score 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.

Z-score

Describing data

A z-score tells how many standard deviations a value lies above or below the mean of its distribution.

A z-score standardizes a value by measuring its distance from the mean in standard deviations. You compute it as z=xμσz = \frac{x - \mu}{\sigma}, where xx is the value, μ\mu (mu) is the mean, and σ\sigma (sigma) is the standard deviation. For example, a score of 85 in a distribution with mean 70 and standard deviation 5 has z=(8570)/5=3z = (85 - 70)/5 = 3, so it sits 3 standard deviations above the mean. A negative z-score means the value is below the mean.

Full entry for z-score

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