zscore() — Z-scores

How many standard deviations a value sits from the mean.

zscore(value, mean, sd)

Key idea

Definition

the value you are scoring
the mean
the standard deviation
the z-score (number of SDs from the mean)

In plain words

Instead of saying "90 marks", a z-score says "1.4 standard deviations above average" — a fairer way to compare across different tests.

Where you'd use it

Frequently asked questions

How do I read a z-score?
It’s how many SDs a value sits above (+) or below (−) the mean.
Is |z| = 2 unusual?
Roughly the outer 5% — fairly unusual. |z| > 3 is rare.