The Z-Score
Introduces the z-score (standardized score) as a measure of how many standard deviations a value lies from the mean of its distribution. Covers computing z-scores from raw values, interpreting their sign and magnitude, recovering raw values from z-scores, and using z-scores to compare observations drawn from different distributions.
Tutorial
Defining the Z-Score
The z-score (or standardized score) of a value measures how many standard deviations lies away from the mean. Given a distribution with mean and standard deviation , the z-score of is
A z-score of means sits two standard deviations above the mean, while means sits half a standard deviation below the mean.
For instance, take in a distribution with and . Substituting,
so lies two standard deviations above the mean.