Outlier Detection Calculator
Detect outliers using IQR bounds, z-score bounds, and modified z-score methods. Determine whether a data point is an outlier using configurable thresholds.
Inputs
Results
IQR Outlier?
No
Z-Score Outlier?
Yes
How to Use This Calculator
- Enter the dataset values or summary statistics (mean and standard deviation).
- Set the Z-score threshold (typically 2.5-3.5) or IQR multiplier (typically 1.5).
- Review the number and percentage of detected outliers.
- Investigate outliers to determine if they are data errors or genuine extreme events.
- Decide whether to remove, cap, or retain outliers based on your analysis goals.
What each input means
- Data Value
- The data point you want to test for outlier status.
- Q1 (25th Percentile)
- The first quartile of your dataset — 25% of values fall below this.
- Q3 (75th Percentile)
- The third quartile of your dataset — 75% of values fall below this.
- Mean
- The arithmetic mean of your dataset for z-score calculations.
- Standard Deviation
- The standard deviation of your dataset.
- Threshold Multiplier
- Multiplier for IQR fences and z-score cutoff. Standard is 1.5 for IQR (mild outliers) or 3 for extreme outliers.
How this is calculated
Worked example, using the default values
- Identify Input Parameters4 parametersData Value = 100, Q1 (25th Percentile) = 25, Q3 (75th Percentile) = 75, Mean = 50 = 6 input(s) provided
- Calculate IQR Outlier?No = No
- Calculate Z-Score Outlier?Yes = Yes
- Calculate Modified Z Outlier?No = No
- Calculate IQR Lower BoundIQR Lower Bound-50 = -50
Engine last updated . Checked against 1 independently-derived test — how we verify calculators.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
Feature Scaling Calculator
Scale raw feature values using min-max normalization, z-score standardization, robust scaling, and max-abs normalization for machine learning preprocessing.
Data ScienceConfusion Matrix Analyzer
Analyze classification model performance from confusion matrix values. Calculate precision, recall, F1 score, MCC, accuracy, specificity, and more.
Data ScienceA/B Test Calculator
Determine statistical significance of A/B test results. Calculate z-score, p-value, conversion lift, and whether your variant beats the control at your chosen confidence level.
More in Math & Statistics.