Z-score

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.

More describing data terms, or browse the full statistics glossary.