| Feature | IQR Method | Standard Deviation Method |
|---|---|---|
| Best for | Skewed data or data with many outliers | Symmetrical, bell-shaped (Normal) data |
| Sensitivity | Robust (uses quartiles) | Sensitive (uses mean and ) |
| Common Threshold | or standard deviations |
Use the IQR method when you want a measure that isn't influenced by the outliers you are trying to find. Since and are resistant to extremes, the boundaries remain stable.
Use the Standard Deviation method only if you are confident the underlying distribution is symmetrical. If the data is skewed, the mean and standard deviation are already 'stretched' by the outliers, which can make the boundaries less effective.
Check the definition: Always read the question to see if a specific value for is provided. While is common for IQR, the examiner might specify a different multiplier.
Recalculate for Box Plots: If you identify that the original maximum or minimum is an outlier, you must find the 'next' highest or lowest value that is not an outlier to draw the whiskers of your box plot correctly.
Justify your actions: If asked to 'clean' data, you must provide a logical reason. Simply saying 'it's too big' is insufficient; explain that it is likely an error based on the context (e.g., a test score exceeding the maximum possible marks).
Context is King: Always relate your conclusion back to the scenario. If the data represents ages at a primary school and you find a value of 45, identify it as an outlier and suggest it might be a teacher's age or a recording error.