Last-minute Notes: Variance, Empirical Rule, Chebyshev
Population vs. Sample
Variance comes in two forms: population variance and sample variance. Population uses Greek letters; the mean is . Sample uses Latin letters; the mean is . Parameters describe populations; statistics describe samples.
Parameters vs. Statistics
Population descriptors are called parameters (e.g., population mean , population variance , population size ). Sample descriptors are statistics (e.g., sample mean , sample variance , sample size ).
Variance and Standard Deviation
Population variance:
Sample variance:
Population size is ; sample size is . In many calculators, the symbol is used for both, but conceptually they differ.
Standard deviation: and .
Manual Computation Steps
1) Compute the mean (population: , sample: ). 2) Compute deviations . 3) Square deviations. 4) Sum the squared deviations. 5) Divide by (population) or by (sample). The only difference is the final division.
Calculator and Relationships
If you are given the standard deviation, square it to obtain the variance. If you are given the variance, take the square root to obtain the standard deviation. Calculators often present the standard deviation directly.
Empirical Rule (Normal/Bell-shaped Data)
For approximately normal data with mean and standard deviation :
About 68% lie within .
About 95% lie within .
About 99.7% lie within .
Example: Suppose and . Then:
68% lie between .
95% lie between .
99.7% lie between .
For interpretation, phrase it as: approximately 68% of the data lie between the two bounds, and similarly for 95% and 99.7%.
Note on tails: because the rule is based on symmetry, areas in the two tails are equal for the same deviation from the mean.
Chebyshev's Inequality (Non-normal Data)
If data are not assumed to be normal, use Chebyshev's inequality. For any distribution and any k > 1,
Equivalently, at least of the data lie within standard deviations of the mean. This gives a guaranteed, though conservative, percent.
Quick Takeaways
Distinguish between population (parameters) and sample (statistics).
Use the formulas with the appropriate denominator: vs .
The empirical rule applies to normal data; Chebyshev applies to any data.
Practice: compute mean, deviations, squares, sums, and the final division to obtain variance; square root for SD.