What is a Z-Score?
Z-score (also called standard score) measures how many standard deviations a data point is from the mean of a distribution. It standardizes data for comparison across different scales and distributions.
Key Concepts:
- Standardization: Converts data to a common scale with mean 0 and standard deviation 1
- Normal Distribution: Z-scores are based on the standard normal distribution
- Comparison: Allows comparison of data from different distributions
- Probability: Z-scores can be converted to probabilities using the standard normal distribution
Z-Score Formula
The formula for calculating a z-score for a data point x from a population with mean μ and standard deviation σ.
Sample Z-Score
When working with sample data, use sample mean (x̄) and sample standard deviation (s).
Standard Normal Distribution
The standard normal distribution has mean 0 and standard deviation 1, and its shape is defined by the probability density function.
Z-Score Calculation
Learn how to calculate z-scores in different scenarios and interpret the results.
Single Data Point
Calculate how many standard deviations a single value is from the mean.
z = (85 - 75) / 10 = 1.0
From Dataset
Calculate z-score when you have a dataset and need to find the mean and standard deviation first.
x = 85, x̄ = 80, s ≈ 10.8
z = (85 - 80) / 10.8 ≈ 0.46
Probability from Z-Score
Find the probability that a value is less than or greater than a given z-score.
P(Z < 1.5) = 0.9332
P(Z > 1.5) = 0.0668
Between Two Z-Scores
Find the probability that a value falls between two z-scores.
P(-1 < Z < 1) = 0.8413 - 0.1587 = 0.6826
Percentile to Z-Score
Find the z-score corresponding to a specific percentile.
z ≈ 1.28
Inverse Z-Score
Find the original data point from a z-score, mean, and standard deviation.
x = μ + zσ = 75 + 1.5×10 = 90
Interpreting Z-Scores
Understanding what different z-score values mean in practical terms.
Z-score interpretation: The sign indicates direction from the mean (+ above, - below), and the magnitude indicates how many standard deviations away.
Negative Z-Scores
Indicates the data point is below the mean.
below the mean
Positive Z-Scores
Indicates the data point is above the mean.
above the mean
Z-Score of 0
Indicates the data point is exactly at the mean.
Extreme Z-Scores
Z-scores beyond ±2 are unusual, beyond ±3 are very unusual.
occurs very rarely
• 68% of data falls within ±1 standard deviation
• 95% of data falls within ±2 standard deviations
• 99.7% of data falls within ±3 standard deviations
Real-World Applications of Z-Scores
Z-scores have numerous practical applications across various fields:
Statistics & Research
- Hypothesis testing
- Outlier detection
- Standardizing variables
- Comparing different distributions
Education
- Standardized test scoring
- Academic performance comparison
- Grade normalization
- Admissions testing
Finance & Economics
- Risk assessment
- Stock market analysis
- Credit scoring
- Economic indicators
Healthcare & Medicine
- Growth charts (pediatrics)
- Clinical trial analysis
- Medical test interpretation
- Epidemiological studies
Quality Control
- Process capability analysis
- Quality assurance
- Manufacturing standards
- Six Sigma methodologies
Psychology & Social Sciences
- Personality assessment
- IQ test scoring
- Survey data analysis
- Behavioral research
Solved Examples
Step-by-step solutions to common z-score problems:
Practice Problems
Test your understanding with these practice problems:
Solution:
z = (110 - 100) / 15 = 10 / 15 ≈ 0.67
The value is 0.67 standard deviations above the mean.
Solution:
P(Z < 2.0) = 0.9772
P(Z > 2.0) = 1 - 0.9772 = 0.0228 or 2.28%
Only 2.28% of values fall beyond 2 standard deviations above the mean.
Solution:
z for 95th percentile ≈ 1.645
x = μ + zσ = 100 + 1.645×15 ≈ 100 + 24.675 = 124.675
The 95th percentile value is approximately 124.68.
Solution:
Mean = (50+60+70+80+90)/5 = 350/5 = 70
Standard deviation = √[((50-70)²+(60-70)²+(70-70)²+(80-70)²+(90-70)²)/5] = √[(400+100+0+100+400)/5] = √(1000/5) = √200 ≈ 14.14
z = (70 - 70) / 14.14 = 0
The value is exactly at the mean (z = 0).
Solution:
P(Z < 2.0) = 0.9772
P(Z < -1.5) = 0.0668
P(-1.5 < Z < 2.0) = 0.9772 - 0.0668 = 0.9104 or 91.04%
About 91% of values fall between -1.5 and 2.0 standard deviations from the mean.
How to Calculate Z-Scores Step-by-Step
Follow this systematic approach to perform z-score calculations:
Understand the Formula
The z-score formula is z = (x - μ) / σ, where x is the data point, μ is the mean, and σ is the standard deviation.
Gather Your Data
Identify the data point you want to standardize and the mean and standard deviation of the population or sample.
Calculate Difference from Mean
Subtract the mean from the data point to find how far it is from the average.
Divide by Standard Deviation
Divide the difference by the standard deviation to express it in standard deviation units.
Interpret the Result
A positive z-score means above average, negative means below average. The magnitude shows how extreme the value is.
Convert to Probability (Optional)
Use standard normal distribution tables or computational methods to find probabilities associated with the z-score.
Pro Tips for Z-Score Calculations
- Sample vs Population: Use sample mean (x̄) and sample standard deviation (s) when working with samples
- Direction matters: Positive z-scores are above mean, negative are below
- Extreme values: Z-scores beyond ±3 are very unusual (occur in about 0.3% of cases)
- Probability interpretation: P(Z < z) gives the probability that a random value is less than your z-score
- Comparison: Z-scores allow comparison of values from different distributions
Z-Score FAQs (Standard Score, Probability & Normal Distribution)
Common questions about z-scores, standard deviation, probability, and statistical significance.