Can you spot the outliers hiding in business data? Click on suspicious data points and test your statistical intuition.
Q1 = 25th percentile | Q3 = 75th percentileIQR = Q3 − Q1Lower Fence = Q1 − 1.5 × IQRUpper Fence = Q3 + 1.5 × IQRClick on any values you think are outliers, then submit.
The Interquartile Range (IQR) method is one of the most common ways to detect outliers in data. It uses the spread of the middle 50% of data to define boundaries. Any value beyond 1.5 times the IQR from the quartiles is considered an outlier.