Outlier Calculator
Free outlier calculator. IQR, Z-score, Modified Z-score, Grubbs test, Dixon Q test. Data plot with o
Why This Statistical Analysis Matters
Why: Statistical calculator for analysis.
How: Enter inputs and compute results.
IQR, Z-score, Modified Z, Grubbs', Dixon's Q โ Outlier Detection
Detect outliers using multiple methods: IQR (Tukey), Z-score, Modified Z-score (MAD), Grubbs' test, Dixon's Q test. Compare methods side by side.
Real-World Scenarios โ Click to Load
Data โ comma or space separated
Outliers by Method
Data Plot (outliers in red)
Box Plot with Fences
|Z-score| by Value (red = |z|>3, amber = |z|>2)
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
Key Takeaways
- IQR (Tukey): Outlier if x < Q1 โ 1.5รIQR or x > Q3 + 1.5รIQR. Extreme: beyond 3รIQR.
- Z-score: Outlier if |z| > 2 (mild) or |z| > 3 (extreme). z = (x โ mean)/SD.
- Modified Z (Iglewicz-Hoaglin): M = 0.6745(x โ median)/MAD. Outlier if |M| > 3.5.
- Grubbs' test: G = max|xแตข โ xฬ|/s. Compare to critical value for ฮฑ.
- Dixon's Q: Q = |suspect โ nearest|/range. Compare to Q_crit(n, ฮฑ).
Did You Know?
Method Comparison Table
| Method | Assumption | Best For | Sample Size |
|---|---|---|---|
| IQR (Tukey) | None | Skewed data, EDA | Any |
| Z-score | Normality | Normal data | n โฅ 10 |
| Modified Z | None | Many outliers present | Any |
| Grubbs' | Normality, 1 outlier | Formal test | 3โ30 |
| Dixon's Q | Normality | Small samples | 3โ10 |
Frequently Asked Questions
Which method should I use?
IQR is a good default. Use Z-score for normal data. Use Modified Z when outliers might inflate SD. Use Grubbs/Dixon for formal hypothesis testing.
Why do methods disagree?
Each method uses different criteria. IQR is robust; Z-score is sensitive to the mean. A point can be an IQR outlier but not a Z-score outlier.
Should I remove outliers?
Not automatically. Investigate first. If they are errors, remove. If genuine, consider robust methods or report both with and without.
Official Data Sources
Disclaimer: Outlier detection is exploratory. Different methods can yield different results. For formal inference, state your method and significance level. Do not remove data without justification.
Related Calculators
Box Plot Calculator
Generate box-and-whisker plots from data. Quartiles, IQR, fences, outlier detection with Tukey method.
StatisticsFive Number Summary Calculator
Compute the five-number summary (Min, Q1, Median, Q3, Max) from raw data. Includes IQR, fences, range, outlier detection, and box plot visualization.
StatisticsUpper and Lower Fence Calculator
Dedicated fence calculator for outlier boundaries. Computes inner and outer fences using IQR method with customizable multiplier.
StatisticsIQR Calculator (Interquartile Range)
Compute Q1, Q2, Q3, IQR. Identify outliers using 1.5รIQR and 3รIQR rules. Shows fences and modified box plot data.
StatisticsMedian Absolute Deviation Calculator
Compute MAD = median(|xแตข โ median|). Robust spread measure. Normalized MAD, modified Z-scores, outlier detection (Iglewicz-Hoaglin).
StatisticsDispersion Calculator
Compute ALL measures of dispersion: Range, IQR, Variance (population & sample), Standard Deviation, MAD, CV, Relative Range, Quartile Deviation. Side-by-side...
Statistics