Statistical outlier detection methods (Grubbs test, Dixon's Q-test, z-score analysis, Huber robust estimation) systematically identify anomalous measurements that deviate significantly from expected data distributions. Outliers may indicate instrumental malfunction, analyst error, or genuine extreme variation; defensible outlier rejection requires pre-defined statistical acceptance criteria documented in methods SOPs, rather than ad hoc removal that can mask underlying systemic problems.
Every analyst has experienced it: you run five replicate measurements and four agree closely, but one is conspicuously different. Your instinct says to throw it out — but instinct is not a defensible basis for discarding data. Outlier detection provides the statistical framework for deciding, objectively and reproducibly, whether an anomalous value is so improbable under your assumed distribution that its removal is justified. Your background in analytical statistics gives you the tools to understand the hypothesis tests involved.
The simplest and most widely used test for small datasets (n ≤ 25) is Dixon's Q-test. You calculate Q as the ratio of the gap between the suspect value and its nearest neighbor to the total range of the dataset. If Q exceeds a critical value from a reference table at your chosen confidence level (typically 95%), you have statistical grounds for rejection. For example, in the dataset {4.52, 4.56, 4.55, 4.53, 4.87}, the suspect value 4.87 gives Q = (4.87 − 4.56)/(4.87 − 4.52) = 0.886. Comparing this to the critical Q for n = 5 at 95% confidence (0.710), you would reject 4.87. Grubbs' test is more powerful and works by calculating how many standard deviations the suspect value lies from the mean; it is generally preferred when the data are approximately normally distributed.
For larger datasets or routine quality control, z-score analysis is practical: a z-score beyond ±3 flags a value as a potential outlier, while values between ±2 and ±3 warrant investigation. When the dataset itself may be contaminated by multiple outliers — which can inflate the mean and standard deviation, masking the very outliers you are trying to detect — robust methods like Huber estimation or the median absolute deviation (MAD) replace the mean and standard deviation with statistics that are resistant to extreme values. These robust approaches are particularly important in proficiency testing and interlaboratory studies where you cannot assume that only one result is anomalous.
The critical principle underlying all outlier treatment is that rejection criteria must be established before data collection, not after seeing the results. Post hoc removal — deciding to discard a value because it does not match your expectations — is a form of data manipulation, even if unintentional. Your method SOP should specify which test to use, at what confidence level, and what documentation is required when a value is rejected. Equally important is investigating the cause: a statistical test tells you that a value is improbable, but only a laboratory investigation can tell you whether it resulted from a spill, an air bubble, a calculation error, or a genuine sample anomaly. The outlier test justifies exclusion from the reported result; the investigation prevents the same problem from recurring.
No topics depend on this one yet.