Lecture Notes: Chapter 5 - Z-Scores and the Standardization of Statistics

Introduction to Z-Scores as a Statistical Bridge

  • Z-scores represent a fundamental topic in statistics, serving as a bridge between foundational descriptive concepts and advanced inferential statistics.
  • They unify concepts from previous study, specifically Chapter 3 (the mean) and Chapter 4 (standard deviations), integrated directly into the z-score formula.
  • Understanding z-scores is the primary tool for moving toward hypothesis testing, which constitutes the majority of statistical practice in higher-level coursework.

Review of Deviations

  • To understand z-scores, one must first master the concept of deviations, as introduced in Chapter 4.
  • Standard Deviation: Historically referred to as the "average deviation." While a standard deviation represents the group average, every individual within that group possesses their own specific deviation.
  • Individual Deviation: This represents how a single score compares to the group average. It is calculated by the formula:
    • For a population: XμX - \mu
    • For a sample: XMX - M
  • Logic of Calculations: If an average (mean) can be found for a group, it implies every individual contributed a score. Similarly, if a standard deviation exists for a group, it implies every individual has a specific deviation from that mean.

Calculation and Interpretation of Deviations

  • The deviation formula is always ScoreMeanScore - Mean.
  • The Sign of the Deviation:
    • A positive deviation indicates the core is above the mean (e.g., a test score of 8080 in a class with a mean of 7070 results in 8070=+1080 - 70 = +10).
    • A negative deviation indicates the score is below the mean (e.g., a test score of 6565 in a class with a mean of 7070 results in 6570=565 - 70 = -5).
  • The Absolute Value of the Deviation: The number part (without the sign) represents the distance of the score (XX) from the mean in the specific units of measurement being used.
  • Units associated with deviations:
    • Test scores: points.
    • Height: inches or centimeters.
    • Weight: pounds (lbslbs) or kilograms (kgkg).
    • Income: dollars (USDUSD).
  • Examples of Deviation Magnitude:
    • A deviation of +1inch+1\,inch for height indicates an individual is slightly taller than average.
    • A deviation of +9inches+9\,inches indicates an individual is significantly taller than average.

Case Study: Calculating Jose's Weight Deviation

  • Scenario: A room of people has a mean weight (μ\mu) of 190lbs190\,lbs. Jose weighs 178lbs178\,lbs.
  • Calculation:
    • Deviation=ScoreMeanDeviation = Score - Mean
    • Deviation=178190Deviation = 178 - 190
    • Deviation=12lbsDeviation = -12\,lbs
  • Interpretation: A deviation of 12lbs-12\,lbs means Jose weighs 12lbs12\,lbs less than the average weight of the group.

Z-Score Formulas and Notation

  • There are two primary ways to write the z-score formula depending on whether one is dealing with a population or a sample, though the mathematical process is identical.
  • Population Notation (Greek Letters):
    • z=Xμσz = \frac{X - \mu}{\sigma}
    • Uses μ\mu (mu) for population mean and σ\sigma (sigma) for population standard deviation.
  • Sample Notation (Latin/English Letters):
    • z=XMsz = \frac{X - M}{s}
    • Uses MM for sample mean and ss for sample standard deviation.
  • Conceptual Formula:
    • z=DeviationStandard Deviationz = \frac{\text{Deviation}}{\text{Standard Deviation}}
    • The numerator of a z-score is always the individual's deviation (XMeanX - Mean).

Interpreting Z-Scores

  • Interpreting what z-scores mean is considered more important than the calculation itself.
  • The Sign of the Z-Score: Identical to deviations. A positive z-score means the score is above the mean; a negative z-score means it is below the mean.
  • The Value of the Z-Score: Unlike deviations, the unit for a z-score is always standard deviations. It tells you exactly how many standard deviations (SDsSDs) a score is from the mean.
  • Global Interpretive Values:
    • z=0z = 0: The score is exactly at the mean (zero standard deviations away).
    • z=1.0z = 1.0 or 1.0-1.0: Moderately far from the mean.
    • z=2.0z = 2.0 or 2.0-2.0: Really far from the mean; getting into outlier territory.
    • z=3.0z = 3.0 or 3.0-3.0: Way out in the tails of the distribution; these are extreme outliers.

Case Study: Calculating Jose's Z-Score

  • Scenario: Mean weight (μ\mu) = 190lbs190\,lbs, Standard Deviation (σ\sigma) = 8lbs8\,lbs, Jose's weight (XX) = 178lbs178\,lbs.
  • Calculation:
    • z=1781908z = \frac{178 - 190}{8}
    • z=128z = \frac{-12}{8}
    • z=1.5z = -1.5
  • Interpretation: Jose's weight is 1.51.5 standard deviations below the average weight of the group.
  • Contrast with Deviation: While the deviation was 12lbs-12\,lbs, that specific number only translates to a z-score of 1.5-1.5 because the standard deviation for this specific group was 88. If the standard deviation were different, the z-score would change even if the deviation remained 12-12.

The Advantage of Z-Scores: Standardizing Esoteric Scales

  • Raw scores and deviations are difficult to interpret when the unit of measurement is unfamiliar.
  • The Schmidt Psychopathy Scale Example:
    • Imagine a variable measuring psychopathy on a scale where you have no prior knowledge of the range or average.
    • If an individual scores 4242 and the mean is 4040, their deviation is +2+2 "Schmidt Psychopathy Scale points."
    • Without context, it is impossible to know if being 22 points above average makes someone a clinical psychopath (an outlier) or just a slightly above-average person.
  • Standardization: By dividing the deviation (+2+2) by the standard deviation of the scale, we get a z-score.
    • If the resulting z=+3.0z = +3.0, the person is a significant outlier and more psychopathic than almost everyone.
    • If the resulting z=+0.2z = +0.2, the person is barely above average and essentially normal.
  • This allows researchers to interpret clinical psychology data, economic measures (like the Gini coefficient), and other specialized data without being a specialist in every specific unit of measurement.

Practice Problems from Course Packet

Problem 1: Test Scores
  • Data: X=93X = 93, μ=89\mu = 89, σ=5.5\sigma = 5.5.
  • Calculation:
    • z=93895.5z = \frac{93 - 89}{5.5}
    • z=45.5z = \frac{4}{5.5}
    • z+0.73z \approx +0.73
  • Interpretation: The score is 0.730.73 standard deviations above the mean. This is a respectable score, almost one whole standard deviation above average, but not a crazy outlier.
Problem 2: General Distribution
  • Data: M=102M = 102, s=7s = 7, X=87X = 87.
  • Calculation:
    • z=871027z = \frac{87 - 102}{7}
    • z=157z = \frac{-15}{7}
    • z2.14z \approx -2.14
  • Interpretation: The score is 2.142.14 standard deviations below average. This is really far below the mean, indicating a significantly low score relative to the distribution.
Problem 3: Solving for X (Raw Score)
  • Data: μ=55\mu = 55, σ=5\sigma = 5, z=+1z = +1.
  • Formula Setup:
    • 1=X5551 = \frac{X - 55}{5}
  • Algebraic Steps:
    • Multiply both sides by 55: 5=X555 = X - 55
    • Add 5555 to both sides: 60=X60 = X
  • Conclusion: The raw score XX is 6060.
Problem 4: Solving for Mu (Mean)
  • Data: σ=100\sigma = 100, X=800X = 800. The problem states the individual is "two standard deviations below the mean," which translates to z=2.0z = -2.0.
  • Formula Setup:
    • 2=800μ100-2 = \frac{800 - \mu}{100}
  • Algebraic Steps:
    • Multiply both sides by 100100: 200=800μ-200 = 800 - \mu
    • Subtract 800800 from both sides: 1000=μ-1000 = -\mu
    • Multiply by 1-1 to solve for positive mu: μ=1000\mu = 1000
  • Check of Work: If the mean is 10001000 and the standard deviation is 100100, then one standard deviation below is 900900 and two standard deviations below is 800800. This matches the data given in the problem, confirming the answer is correct.