Z-Score Calculator
Standardizing a value from a Normal Distribution.
Formula first
Overview
The Z-score, also known as the standard score, quantifies the distance of a data point from the mean in units of standard deviation. It serves as a dimensionless value that facilitates the comparison of observations from different datasets by mapping them onto a standard normal distribution.
Symbols
Variables
z = Z-Score, x = Value, \mu = Mean, \sigma = Std Deviation
Apply it well
When To Use
When to use: Apply this formula when you need to standardize values to identify outliers or determine the relative position of a data point within a distribution. It is most effective when the population mean (μ) and standard deviation (σ) are known and the underlying data follows a normal distribution.
Why it matters: Z-scores are essential in fields like psychometrics and finance because they allow for the 'apples-to-apples' comparison of data from different scales. For instance, they enable educators to compare student performance across different tests that have varying difficulty levels and mean scores.
Avoid these traps
Common Mistakes
- Subtracting in wrong order (μ - x).
- Using variance instead of σ.
One free problem
Practice Problem
A student scores 85 on a biology exam where the class mean is 70 and the standard deviation is 10. What is the student's calculated z-score?
Solve for:
Hint: Subtract the mean from the score before dividing by the standard deviation.
The full worked solution stays in the interactive walkthrough.
References
Sources
- Wikipedia: Standard score
- Britannica: Z-score
- OpenIntro Statistics, 4th Edition by David Diez, Christopher Barr, Mine Çetinkaya-Rundel
- Probability and Statistics for Engineers and Scientists, 9th Edition by Ronald E. Walpole, Raymond H. Myers, Sharon L. Myers, Keying Ye
- Wikipedia: Normal distribution
- OCR A-Level Mathematics — Statistics (Normal Distribution)