K
Kato Mayanja
Member
How can we use the minimum and maximum values of a dataset to find outliers ? I also googled and found the inter quartile range method that says all values above the Upper bound,(1.5 *IQR + 3rd quartile) and below the lower bound calculated as 1st quartile - 1.5*IQR are outliers. Is this method valid for module 5 ?