Understanding Z-Scores in Statistics
A Z-Score (also known as a standard score) is a statistical measurement that describes a value's relationship to the mean of a group of values. It is measured in terms of standard deviations from the mean. If a Z-score is 0, it indicates that the data point's score is identical to the mean score. A Z-score of 1.0 would indicate a value that is one standard deviation from the mean. Z-scores may be positive or negative, with a positive value indicating the score is above the mean and a negative score indicating it is below the mean.
How to Calculate a Z-Score
To calculate a z-score, you need three pieces of information:
Raw Score (X)
This is the specific value you are analyzing within your dataset. For example, a student's test score of 85.
Population Mean (μ)
The average of all values in your population. If the average test score for the whole class was 75, that is your mean.
Standard Deviation (σ)
This measures the amount of variation or dispersion in your dataset. A low standard deviation means values are clustered close to the mean, while a high standard deviation indicates values are spread out over a wider range.
Why are Z-Scores Important?
Standardization & Comparison
Z-scores allow statisticians and researchers to take data from completely different distributions and standardize them. This means you can compare apples to oranges. For instance, you could compare a student's SAT score to their ACT score to see which performance was relatively better, even though the tests use completely different scoring scales.
Finding Probabilities
Once a dataset is standardized into z-scores (creating a standard normal distribution with a mean of 0 and standard deviation of 1), you can use a Z-table (or a calculator like ours) to determine the probability of a score occurring. This is fundamental in hypothesis testing and determining statistical significance (p-values).