Given:
The date set is:
0,5,6,7,8,13
To find:
The outliers for the given data set.
Solution:
We have,
0,5,6,7,8,13
Divide the data in two equal parts.
(0,5,6),(7,8,13)
Divide each parenthesis in two equal parts.
(0),5,(6),(7),8,(13)
Here, first quartile is [tex]Q_1=5[/tex] and the third quartile is [tex]Q_3=8[/tex].
The interquartile range (IQR) is:
[tex]IQR=Q_3-Q_1[/tex]
[tex]IQR=8-5[/tex]
[tex]IQR=3[/tex]
The data lie outside the range [tex][Q_1-1.5IQR,Q_3+1.5IQR][/tex] is called outliers.
[tex][Q_1-1.5IQR,Q_3+1.5IQR]=[5-1.5(3),8+1.5(3)][/tex]
[tex][Q_1-1.5IQR,Q_3+1.5IQR]=[5-4.5,8+4.5][/tex]
[tex][Q_1-1.5IQR,Q_3+1.5IQR]=[0.5,12.5][/tex]
The data values 0 and 13 lie outside the range [0.5,12.5].
Therefore, 0 and 13 are outliers of the given data set.