Standardizing a value
Use z = (x − μ) ÷ σ, where x is the observation, μ the population mean, and σ a positive standard deviation. A positive z is above the mean; a negative z is below it. To reverse the operation, x = μ + zσ.
A z-score can describe distance from a mean without assuming a normal distribution. However, this page’s percentile and tail probabilities use the standard normal distribution, so interpreting them requires that model to be appropriate.
Example: score 85, mean 70, standard deviation 10
z = (85 − 70) ÷ 10 = 1.5. Under a normal model, about 93.3193% of observations are below this score and 6.6807% are above it. The probability outside ±1.5 standard deviations is about 13.3614%.
Percentiles and tails
The percentile mode inverts the cumulative normal distribution: a 90th percentile corresponds to z ≈ 1.281552. With mean 70 and standard deviation 10, that is a raw value near 82.815516.
Use percentiles strictly between 0 and 100. The endpoints correspond to infinite z-scores in an unbounded normal model. Standard deviation must be finite and greater than zero. Rounded probabilities near zero or one do not imply impossibility or certainty.