Z-SCORE-PPT (1)
WHAT IS Z SCORE?
Definition
A z-score is a statistical measure that describes how many standard deviations a data point is from the mean of the dataset.
It standardizes data to allow comparison across different distributions.
Z-scores help identify how unusual, typical, or significantly different a data point is from the majority of a dataset.
Example Calculation
Scenario
If a student's score is 85, the class average is 80, and the standard deviation is 5, the z-score can be calculated.
Calculation Steps
Given Values
X = 85 (student's score)
μ = 80 (mean)
σ = 5 (standard deviation)
Formula
Z = (X - μ) / σ
Calculation
Z = (85 - 80) / 5
Z = 5 / 5
Z = 1
Interpretation
The data point (85) is 1 standard deviation above the mean.
HOW TO INTERPRET Z-SCORES?
Z-Score of 0: The data point is exactly at the mean.
Positive Z-Score: The data point is above the mean.
Negative Z-Score: The data point is below the mean.
Z-Score > 2 or < -2: Indicates that the data point is far from the mean, suggesting it may be an outlier.
Importance of Z-Scores
Standardization
Z-scores allow data to be standardized, meaning values from different datasets or distributions can be compared, even if they have different units or scales.
Identifying Outliers
A z-score significantly higher or lower than 2 or -2 (typically beyond ±3) may indicate outliers, showing that a data point is far from the mean.
Normalization
Z-scores transform data into a standard normal distribution (mean of 0, standard deviation of 1), facilitating the application of certain statistical techniques, such as hypothesis testing and regression analysis.
Comparing Different Distributions
Z-scores enable comparison of individual data points across different datasets or distributions, regardless of differing means or standard deviations.
Probability Calculations
Z-scores are commonly used in hypothesis testing and calculating probabilities in normal distributions, especially within the context of the standard normal distribution.
Applications of Z-Scores
Education: Comparing test scores across different schools or regions.
Finance: Analyzing stock returns and identifying unusual movements.
Health: Assessing how a patient’s test result compares to the average population.
Research: Comparing experimental data with a normal distribution.
EXAMPLE 1: Z-Score Calculation
Question
In a class, the test scores of students are normally distributed with a mean of 75 and a standard deviation of 10. Sarah scored 90 on the test. What is Sarah's z-score, and what does it mean in the context of her performance?
STEP BY STEP SOLUTION
Identify the given values:
Mean (μ) = 75
Standard deviation (σ) = 10
Sarah's score (X) = 90
Write the formula for the z-score:
Z = (X - μ) / σ
Substitute the given values into the formula:
Z = (90 - 75) / 10
Simplify the calculation:
Z = 15 / 10
Z = 1.5
Interpret the z-score:
Sarah's z-score is 1.5, indicating that her score is 1.5 standard deviations above the mean.
This means Sarah performed better than the average student by 1.5 standard deviations.
Conclusion: Sarah's z-score of 1.5 indicates that her score is above average but not exceptionally high, suggesting she performed better than most but there may still be students who scored higher.
EXAMPLE 2: Z-Score Comparison
Question
In a class, the test scores of students are normally distributed with a mean of 80 and a standard deviation of 5. Two students, Alex and Ben, took the same test. Alex scored 85, and Ben scored 90. Who performed better relative to the rest of the class?
Solution
Step 1: Calculate the z-scores for both Alex and Ben
Alex's z-score:Z_Alex = (85 - 80) / 5 = 1
Ben's z-score:Z_Ben = (90 - 80) / 5 = 2
Step 2: Interpret the z-scores
Alex's z-score is 1: This means Alex's score is 1 standard deviation above the mean.
Ben's z-score is 2: This means Ben's score is 2 standard deviations above the mean.
Conclusion
Ben performed better relative to the rest of the class, as his score is further above the mean (2 standard deviations) compared to Alex's 1 standard deviation.