Skip to content
C

Z-score

How many standard deviations a value is from the mean of its distribution.

z = (x − μ) / σ. A z-score of 0 means a value sits exactly at the mean; ±1 means one standard deviation away; ±2 means two.

Z-scores let you compare values from differently-scaled distributions on the same axis. They're also the input to a normal-distribution lookup table for computing probabilities.