The Z-score, also known as the standard score, is a statistical measure that shows how many standard deviations a data point lies from the mean of a dataset. It helps determine whether an observation is typical or unusual compared to the rest of the data. A positive Z-score means the value is above the mean, while a negative Z-score indicates it is below the mean.
The Z-score was developed as part of data standardisation techniques in statistics. It enables comparisons across datasets with different units or scales by converting raw data into a common metric. This transformation makes it easier to detect outliers, compare performance, and conduct hypothesis testing across diverse datasets. Z-scores are widely applied in fields such as psychology, business analytics, finance, and industrial quality control.
The formula for calculating a Z-score is:
\(
Z = \dfrac{X – \mu}{\sigma}
\)
Where:
Interpretation:
Z-scores are used across research, business, and manufacturing:
For instance, in manufacturing, a Z-score of +3 for product weight means the item is significantly heavier than the average and may exceed tolerance limits.
The Z-score is a foundational concept in statistics, providing a standardised way to interpret and compare data. It underpins modern quality management, Six Sigma analysis, and process monitoring by enabling consistent, data-driven decision-making.