Loading…
Loading…
ZLab
z = (x − μ) / σ, plus the percentile it maps to.
A z-score converts a raw value into 'number of standard deviations from the mean' — a z of +2 means the value sits two standard deviations above average, regardless of the original units.
Z-scores let you compare values from entirely different scales — a test score and a height measurement — on the same standardized footing, and directly translate to a percentile ranking.
z = (x − μ) / σ
What you entered
Subtract the mean
85 − 70= 15Divide by the standard deviation
15 ÷ 10= 1.5Convert to a percentile (standard normal CDF)
Φ(1.5)= 93.3193%Result
Z-score: 1.5
A score of 85 is 1.5 standard deviations above the mean, placing it around the 93.3th percentile.