Example 1: Some data is collected. Q1 = 46 and Q3 = 68. A value greater than Q3 + k(Q3 - Q1) or less than Q1 - k(Q3 - Q1) is defined as an outlier. Work out if a)7, b)88 and c)105 are outliers. The value of k is 1.5.
68 + 1.5(68 - 46) = 101
46 - 1.5(68 - 46) = 13
7<13 and 105>101 so 7 and 105 are outliers, 88 is not an outlier