The Formula:
It is vital to distinguish between standard deviation and variance, as well as between sample and population parameters.
| Feature | Standard Deviation | Variance |
|---|---|---|
| Units | Same as original data (e.g., meters) | Squared units (e.g., meters²) |
| Formula | ||
| Utility | Descriptive and intuitive | Mathematical and additive properties |
Check the Units: Always ensure your final standard deviation has the same units as your mean. If the mean is in seconds, the SD must be in seconds.
Rounding Precision: Do not round intermediate steps (like the squared differences). Keep full precision until the final square root to avoid cumulative rounding errors.
Sanity Check: The standard deviation should generally be smaller than the range (Max - Min). If your SD is larger than your range, you likely forgot to divide by or take the square root.
Interpretation: If an exam asks you to compare two datasets, look for the SD. A smaller SD means the data is more 'reliable' or 'consistent', even if the means are the same.
Forgetting the Square Root: Students often calculate the variance and stop there. Remember that standard deviation requires the final square root step.
Negative SD: Standard deviation can never be negative because it is the square root of a sum of squares. If you get a negative result, check your arithmetic.
Dividing by : In most academic contexts (especially biology and social sciences), you are dealing with a sample. Ensure you use in the denominator.
Outlier Impact: Be aware that a single extreme outlier can drastically inflate the standard deviation, potentially misrepresenting the 'typical' spread of the rest of the data.