Exhaustive Study Guide: Variance, Standard Deviation, and Z-Score Standardization
Fundamentals of Variance and Standard Deviation
Dataset Overview:
Dataset consisting of four population values ():
This dataset represents a complete population of four individuals.
Summation Notation ():
The symbol (sigma) denotes summation.
In statistical notation, indicates that every individual score () in the dataset from index to must be summed together.
Calculating the sum of raw scores:
Calculating the Mean ( or ):
The mean is calculated by dividing the sum of all scores by the total number of scores ():
The mean for this dataset is
Step-by-Step Calculation of Variance and Standard Deviation
Step 1: Calculate Deviation Scores ():
A deviation score measures the distance and direction of a raw score from the mean.
Formula:
Calculations for each score:
The deviation scores are
Note: Summing raw deviation scores always yields (), which necessitates squaring them.
Step 2: Calculate Squared Deviation Scores ():
Squaring eliminates negative values so they do not cancel out during summation:
Step 3: Calculate the Sum of Squares ():
The Sum of Squares () is the sum of all squared deviation scores:
Note: The sum of squares equaling in this specific example is purely coincidental and does not always match the sum of raw scores.
Step 4: Calculate the Variance ( or ):
Variance is the average squared distance of scores from the mean.
For a population, divide $SS$ by $N$:
The variance for this dataset is
Step 5: Calculate the Standard Deviation ( or ):
Standard deviation is the square root of the variance, converting the metric back to the original units of measurement:
Interpretation: Scores in this dataset deviate from the mean by an average of approximately .
Adding to the mean () establishes a boundary one standard deviation above the mean.
Visualizing Variance and Distance from the Mean:
When plotting raw data points (e.g., ), deviation can be envisioned as a linear distance from the mean line.
Squaring each deviation score visually constructs physical square areas attached to each data point.
Variance represents the average surface area of these constructed squares across all data points.
Population versus Sample Variance Correction
Formula Difference for Samples:
Random samples tend to cluster around the center and are less likely to contain extreme values compared to the full population.
Using the population formula ( in the denominator) on sample data creates bias, underestimating the true population variance.
To correct for this bias, the denominator is adjusted to for samples:
Reducing the denominator slightly increases the overall calculated variance and standard deviation, providing an unbiased estimate of the population parameters.
Concept and Calculation of Z-Scores
Purpose of Standardization:
Raw scores convey absolute magnitude but do not specify where a score sits relative to the overall distribution.
Standardizing transforms a raw score into a -score, identifying its exact relative position within a distribution.
Notation Standards:
Sample Standard Deviation: or
Sample Variance: or
Population Mean:
Population Standard Deviation:
Sample Mean:
Required Components for Computing a Z-Score:
Raw score ()
Distribution mean ( or )
Distribution standard deviation ( or )
Z-Score Formulas:
Population Formula:
Sample Formula:
Note: The mathematical computation is identical for both populations and samples because the -score formula is inherently unbiased within its own distribution.
Interpreting Z-Scores:
Sign:
Positive (z > 0): Score lies above the mean.
Negative (z < 0): Score lies below the mean.
Zero (): Score is exactly equal to the mean.
Magnitude: Represents the precise number of standard deviations a raw score lies away from the mean.
Note: Standard deviations and variances can never be negative, but -scores frequently contain negative values.
Z-Score Calculation Examples (Target Score ):
Scenario A: ,
Scenario B: ,
Scenario C: ,
Converting Z-Scores Back to Raw Scores
Transformation Formulas:
Population Context:
Sample Context:
Step-by-Step Conversion Example:
Given parameters: , ,
Step 1: Multiply -score by standard deviation:
Step 2: Add population mean:
The resulting raw score () is
Properties and Characteristics of Standardized Distributions
Core Properties of any Z-Distribution:
Distribution Shape: Preserved identically. Plotting -scores produces a distribution with the exact shape as the raw score distribution.
Mean (): Always equal to
Standard Deviation (): Always equal to
Unitless Property:
-scores are unitless numbers representing distance in standard deviation units.
Transforming measurements (e.g., body weight measured in kilograms or pounds) into -scores strips away physical units.
Utility of Standardized Distributions:
Enables direct comparison of performance across different measures, scales, or distinct samples (e.g., comparing student performance across two separate statistics exam sections with different averages and standard deviations).
Data Transformations: Shifting and Rescaling Data
Shifting Data (Addition / Subtraction):
Adding or subtracting a constant from every score alters the mean by that exact amount while keeping distribution shape and variability unchanged.
Example: Adult male weight in kilograms ().
Raw weight values:
Subtracting a recommended health benchmark of shifts scores to .
This recontextualizes data to display distance relative to a health threshold without changing relative distance between scores.
Rescaling Data (Multiplication / Division / Logarithmic):
Multiplying or dividing every score by a constant (or applying non-linear functions such as log transformations) changes the scale of measurement.
Example: Measuring cotinine levels (a tobacco byproduct) in
Raw values for secondhand smoke exposure are truncated near zero when plotted next to active smokers.
Applying a logarithmic transformation rescales the axis, expanding truncated lower-range values for visual clarity without altering fundamental statistical relationships.
Standardization as a Combined Operation:
Standardizing data to -scores combines shifting (subtracting ) and rescaling (dividing by ).
Software Implementation and Practical Application in JASP and Excel
Standardizing Scores in JASP:
Formula entry using the drag-and-drop interface:
Dataset empirical parameters:
Original Age variable: Mean , Standard Deviation
Standardized Age variable (): Mean (displayed in scientific notation as due to floating-point calculations), Standard Deviation
Comparing visual distribution outputs:
Histograms vary slightly based on automatic bin width selection algorithms.
Density plots display identical distribution curves.
Dark Triad Excel Practice Analysis:
Sample size cases
Degrees of freedom for sample variance:
Data processing sequence:
Compute mean for each psychological trait (e.g., Narcissism, Psychopathy).
Compute deviation scores () across all rows.
Compute squared deviations ().
Sum squared deviations to find Sum of Squares ().
Divide by to calculate sample variance ().
Calculate square root of variance for sample standard deviation ().
Compute individual -scores ().
Case Study Interpretation (Participant 5):
Participant 5 achieved identical raw scores across two personality subscales.
Standardized -scores revealed that relative to the sample distribution, Participant 5 scored significantly higher in Psychopathy than in Narcissism.
Course Logistics and Announcements:
Homework assignment focus: Calculating descriptive statistics and generating histograms in JASP.
Homework due date: One week from next Wednesday.
Exit ticket password:
standardized
Questions and Interactive Discussion
Question: Why do we subtract the mean when finding variance?
Answer: Subtracting the mean yields the distance of every score from the center of the distribution. Summing these distances allows the calculation of the average distance of all scores from the mean.
Question: Clarification on standardizing step sequence.
Answer: Step 1 calculates the mean, then subtracts the mean from each raw score. Step 2 squares each resulting deviation score before summing and dividing by the sample or population denominator.
Question: Explanation of summation notation variables.
Answer: The variable at the bottom denotes the starting case/observation, and at the top denotes the total number of observations. represents the raw score for case number .
Question: What does the bar over the letter () represent?
Answer: The notation ("x-bar") represents the sample mean.
Question: Will formulas be provided on exams and homeworks?
Answer: Homeworks do not explicitly list formulas, but they are accessible in reference materials. Exam formula provisions will be clarified prior to test dates.
Question: Why does the -score formula remain unchanged between samples and populations?
Answer: The -score formula is unbiased because it evaluates relative positioning strictly within its own existing distribution, requiring no sample size correction factor.