Standardizing vs Z-Score

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.

Standardizing

Describing data

Standardizing converts a value to a z-score by subtracting the mean and dividing by the standard deviation.

Standardizing rescales a value so it reports distance from the mean in standard deviations rather than in the original units, which lets you compare scores measured on different scales. The formula is z=xμσz = \frac{x - \mu}{\sigma} for a population, where μ\mu (mu) is the mean and σ\sigma (sigma) is the standard deviation, and z=xxˉsz = \frac{x - \bar{x}}{s} for a sample. A time of 73 seconds drawn from a distribution with mean 65 seconds and standard deviation 4 seconds standardizes to z=(7365)/4=2z = (73 - 65)/4 = 2, so it is 2 standard deviations above the mean. Standardizing shifts and rescales the values but leaves the shape alone, so a skewed distribution is still skewed afterward.

Full entry for standardizing

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

Where each one fits in the course