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 for a population, where (mu) is the mean and (sigma) is the standard deviation, and for a sample. A time of 73 seconds drawn from a distribution with mean 65 seconds and standard deviation 4 seconds standardizes to , 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.
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 , where is the value, (mu) is the mean, and (sigma) is the standard deviation. For example, a score of 85 in a distribution with mean 70 and standard deviation 5 has , so it sits 3 standard deviations above the mean. A negative z-score means the value is below the mean.