이상치 계산기 (IQR 방법)
입력
| 데이터 | 10, 12, 12, 13, 12, 11, 40, 12, 11 |
|---|
결과
| 이상치 | 40 |
|---|---|
| 찾은 이상치 수 | 1 |
| 아래 울타리 | 9.5 |
\begin{aligned} L &= Q_1 - 1.5\,\mathrm{IQR} \\ &= 11 - 1.5\times1 \\ &= 9.5 \end{aligned} | |
| 위 울타리 | 13.5 |
\begin{aligned} U &= Q_3 + 1.5\,\mathrm{IQR} \\ &= 12 + 1.5\times1 \\ &= 13.5 \end{aligned} | |
| 제1사분위수 | 11 |
| 제3사분위수 | 12 |
| 사분위 범위 | 1 |
\begin{aligned} \mathrm{IQR} &= Q_3 - Q_1 \\ &= 12 - 11 \\ &= 1 \end{aligned} | |
| 개수 | 9 |
이상치 계산기 (IQR 방법)
입력
결과
울타리
\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}
사분위수와 IQR
\begin{aligned} \mathrm{IQR} &= Q_3 - Q_1 \\ &= 12 - 11 \\ &= 1 \end{aligned}