See how your score ranks against the class
A raw mark alone says little about how well you did relative to others. This calculator places your score on the class distribution: it converts your mark into a Z-score, then into a percentile that tells you roughly what fraction of students you outperformed. All it needs is your score, the class mean, and the standard deviation.
How it works
First it computes the Z-score, the number of standard deviations between your score and the mean:
z = (score - mean) / standardDeviation
It then maps that Z-score to a percentile using the cumulative distribution function of the standard normal curve, evaluated with a high-accuracy error-function approximation. A Z of 0 maps to the 50th percentile, a Z of plus one to about the 84th, and a Z of minus one to about the 16th.
Example and notes
If you scored 78 on an exam with a class mean of 65 and a standard deviation of 10, your Z-score is 1.3, placing you near the 90th percentile. The model assumes a normal distribution, which holds best for large classes. For small groups or exams where many students hit the ceiling, the percentile is an estimate and the true rank may differ.