The core logic of variance involves measuring the deviation () of every point from the mean. If we simply summed these deviations, the positive and negative values would cancel out to zero, providing no information about spread.
Squaring the deviations ensures all values are positive, effectively penalizing larger outliers more heavily than points close to the mean. This mathematical choice makes variance sensitive to extreme values.
The Summary Statistic is often used as an intermediate step, defined as , which represents the total sum of squared deviations.
| Feature | Variance () | Standard Deviation () |
|---|---|---|
| Units | Squared units (e.g., ) | Original units (e.g., ) |
| Calculation | Average of squared deviations | Square root of variance |
| Sensitivity | Highly sensitive to outliers | Less visually distorted than variance |
| Usage | Used in theoretical statistics | Used for descriptive reporting |
Calculator Proficiency: Most modern scientific calculators have a 'STAT' mode. Always use this to verify your manual calculations for , , and .
Sanity Checks: If your calculated standard deviation is larger than the range of the data, you have made a calculation error. The standard deviation should typically be a fraction of the range.
Rounding Errors: Carry at least 4 or 5 decimal places during intermediate steps (like calculating the mean or ). Rounding too early can significantly alter the final variance.
Units: Always check if the question asks for variance or standard deviation. If units are required, remember that variance units must be squared.