Z-Score vs Standard Deviation
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 , 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.
Standard deviation
Describing data
The standard deviation measures the typical distance of data values from the mean, in the same units as the data.
The standard deviation summarizes spread as the typical gap between a value and the mean. The sample standard deviation is , where are the values, (x-bar) is the mean, and is the number of values. For example, a small means the data cluster tightly around the mean, while a large means they spread out widely. It is the square root of the variance, which returns the measure to the original units.