Outlier Calculator (IQR Method)
Inputs
| Data set | 10, 12, 12, 13, 12, 11, 40, 12, 11 |
|---|
Results
| Outliers | 40 |
|---|---|
| Outliers found | 1 |
| Lower fence | 9.5 |
\begin{aligned} L &= Q_1 - 1.5\,\mathrm{IQR} \\ &= 11 - 1.5\times1 \\ &= 9.5 \end{aligned} | |
| Upper fence | 13.5 |
\begin{aligned} U &= Q_3 + 1.5\,\mathrm{IQR} \\ &= 12 + 1.5\times1 \\ &= 13.5 \end{aligned} | |
| First quartile | 11 |
| Third quartile | 12 |
| Interquartile range | 1 |
\begin{aligned} \mathrm{IQR} &= Q_3 - Q_1 \\ &= 12 - 11 \\ &= 1 \end{aligned} | |
| Count | 9 |
Outlier Calculator (IQR Method)
Inputs
Results
Fences
\begin{aligned} L &= Q_1 - 1.5\,\mathrm{IQR} \\ &= 11 - 1.5\times1 \\ &= 9.5 \end{aligned}
\begin{aligned} U &= Q_3 + 1.5\,\mathrm{IQR} \\ &= 12 + 1.5\times1 \\ &= 13.5 \end{aligned}
Quartiles & IQR
\begin{aligned} \mathrm{IQR} &= Q_3 - Q_1 \\ &= 12 - 11 \\ &= 1 \end{aligned}
Recommended Next
Percentile and Quartile Calculator
Compute any percentile, quartiles (Q1, Q2, Q3), and IQR from comma-separated data. Uses linear interpolation (Excel PERCENTILE.INC / NIST Method 7).
Mean, Median, Mode Calculator
Find the mean, median, mode, and range of any dataset. Enter comma-separated numbers to calculate all four measures of central tendency.