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.

Step 1 of 157%

Tutorial

Defining the Z-Score

The z-score (or standardized score) of a value xx measures how many standard deviations xx lies away from the mean. Given a distribution with mean μ\mu and standard deviation σ>0\sigma > 0, the z-score of xx is

z=xμσ.z = \dfrac{x - \mu}{\sigma}.

A z-score of z=2z = 2 means xx sits two standard deviations above the mean, while z=0.5z = -0.5 means xx sits half a standard deviation below the mean.

For instance, take x=78x = 78 in a distribution with μ=70\mu = 70 and σ=4\sigma = 4. Substituting,

z=78704=84=2,z = \dfrac{78 - 70}{4} = \dfrac{8}{4} = 2,

so x=78x = 78 lies two standard deviations above the mean.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle