Standard Deviation, Empirical Rule, and Z-Scores Study Notes
Measures of Spread: Standard Deviation and Variance
Distribution Shape and Central Tendency Selection:
- Symmetric Distributions: Data distributions that are balanced around a central axis use the mean as the primary measure of central tendency.
- Skewed Distributions: Data distributions that are asymmetric pull the mean away from the center, distorting the relationship between the mean and the median.
Measures of Spread for Symmetric Data:
- Standard Deviation: The primary metric used to quantify spread or dispersion for symmetric distributions.
- Variance: A secondary metric for measuring spread, directly related to standard deviation.
Notation and Symbols:
- Sample Standard Deviation: Represented by the symbol .
- Sample Variance: Represented by the symbol .
- Population Standard Deviation: Represented by the lower-case Greek letter sigma ().
- Population Variance: Represented by sigma squared ().
Standard Deviation Concepts and Manual Calculation Logic
Definition of Deviation:
- A deviation represents the directed distance between an individual data value () and the mean ( or ̅{x}):
- Sign Conventions:
- Positive Deviation: Indicates an observation is above the mean (e.g., a height of relative to a mean gives a positive deviation).
- Negative Deviation: Indicates an observation is below the mean (e.g., a value below average yields a deviation of ). A negative value does not imply a negative quality, only a positioning below average.
Mathematical Rationale for the Standard Deviation Formula:
- Sum of Deviations Principle: Simply averaging raw deviations fails because positive and negative distances perfectly cancel each other out, resulting in a sum of zero ().
- Avoidance of Absolute Value: Converting negative deviations to positive using absolute values () is mathematically disadvantageous because absolute value functions create non-differentiable points, making calculus applications difficult.
- The Squaring Method: Squaring each deviation, , eliminates negative signs while maintaining differentiability.
- Process Steps:
- Compute the deviation for every individual observation ().
- Square each calculated deviation ().
- Average the squared deviations (yielding the Variance).
- Take the principal square root of the variance to return to the original units of measurement (yielding the Standard Deviation).
Conceptual and Visual Interpretation:
- Standard deviation measures the rough average distance that observations fall from the mean.
- Tightly Clustered Curve: Indicates low variability; features a small standard deviation.
- Spread-Out (Pulled-Out) Curve: Indicates high variability; features a large standard deviation.
- Utility of Spread: Standard deviation indicates how representative the center is of the entire dataset. When standard deviation is small, assuming all individuals equal the mean introduces minimal error. When standard deviation is large, assuming individuals equal the mean leads to significant inaccuracy.
Population vs. Sample Statistics in StatCrunch
Default StatCrunch Computation:
- Executing
StatsSummary StatsColumnsdefaults strictly to sample statistics ( and ).
- Executing
Population Parameter Computation Procedure:
- To compute population parameters ( and ), unadjusted summary statistics must be explicitly selected.
- Procedure:
- Navigate to
StatsSummary StatsColumns. - Select the target data column.
- In the selection box, scroll down, hold down the
Ctrlkey, and manually clickUnadjusted VarianceandUnadjusted Std. dev.. - Click
Compute.
- Navigate to
- Application: Unadjusted metrics correspond to population values ( and ), whereas standard default output corresponds to sample values ( and ).
The Empirical Rule (68-95-99.7 Rule) and Normal Curve Anatomy
Curvature and Inflection Points:
- Concave Down: The region near the peak of a normal distribution where the curve opens downward.
- Concave Up: The outer tails of a normal distribution where the curve opens upward.
- Inflection Point: The precise location on a normal curve where concavity transitions between concave down and concave up.
- Geometric Identity: The horizontal distance from the mean to the inflection point is equal to exactly one standard deviation ().
The Empirical Rule Breakdown:
- Applicable only to bell-shaped, symmetric (normal) distributions.
- Range: Exactly of total observations lie within standard deviation of the mean ().
- Range: Exactly of total observations lie within standard deviations of the mean ().
- Range: Exactly of total observations lie within standard deviations of the mean ().
Interval Breakdown Percentages:
- Between and :
- Between and :
- Between and :
- Between and :
- Between and :
- Between and :
- Below (lower tail):
- Above (upper tail):
Definition of Outlier:
- An observation is formally classified as an outlier if it falls more than standard deviations away from the mean (beyond ).
- Observations beyond standard deviations are extremely rare, occurring in approximately out of every cases ().
Example: American Men Weight Distribution:
- Population Parameters: American men aged 25 to 70 with mean and standard deviation .
- Inferences:
- of men weigh between and .
- of men weigh between and .
- of men weigh between and .
Applied Calculations Using the Empirical Rule
Sample Distribution Parameters: Mean , Standard Deviation
- Interval Boundaries:
- Interval Boundaries:
Problem 1: Percentage between and :
- Spans from to .
- Calculation: .
- Alternative Sum: .
Problem 2: Percentage between and :
- Spans from to .
- Calculation: .
Problem 3: Percentage less than :
- Spans from to .
- Calculation: .
- Common Errors to Avoid:
- Omitting the extreme tail percentage of .
- Misreading as , leading to severe scale errors.
Predicted vs. Actual Percentages:
- Predicted Percentage: Computed via the Empirical Rule theoretical model.
- Actual Percentage: Determined by sorting raw data values (e.g., using StatCrunch column sorting) and directly counting the empirical percentage of observations falling in the specified range. Sample values approximate, but rarely match, predicted values perfectly.
Standardized Values and Z-Scores
Conceptual Overview:
- The shape and relative area proportions of all normal distributions are identical regardless of unit measurements (e.g., body weights vs. IQ scores).
- IQ Test Example: Mean , Standard Deviation .
- Z-Score Function: Standardizes distributions to transform raw observations into universal metrics representing exact distance from the mean in standard deviation units.
Z-Score Formula: Where:
- = Standardized score
- = Observed individual value
- = Population mean
- = Population standard deviation
Z-Score Scale and Characteristics:
- : Value is exactly equal to the mean.
- : Value is exactly standard deviation above the mean (at the upper inflection point).
- : Value is exactly standard deviation below the mean (at the lower inflection point).
- Typical Bounds: Because of data resides between and , standard z-scores almost always lie within the range .
- Computational Error Check: A calculated z-score like or indicates operational syntax error (e.g., failing to place the numerator in parentheses before dividing in a calculator).
Practice Z-Score Calculations:
- Geyser Eruption Time Example:
- Given parameters: Mean duration , observed value .
- Calculation:
- Interpretation: An eruption duration of has a z-score of , denoting an exceptionally short eruption that lies more than standard deviations below average (an extreme rarity, roughly in ).
- Body Weight Evaluation Example:
- Calculation yields
- Interpretation: Represents a value standard deviations below average, which is completely typical and not a meaningful real-world deviation.
- Geyser Eruption Time Example: