Central Tendency and Dispersion Measures
Enter a set of comma-separated numerical data to determine the upper and lower fences, which help in identifying outliers.
See how the calculator works with real-world data sets.
A simple dataset to demonstrate basic outlier detection.
Data: 10, 20, 21, 23, 25, 29, 35, 60
An example of a dataset where all values fall within the upper and lower fences.
Data: 150, 152, 155, 158, 160, 161, 165
This example includes negative numbers to show the calculator's versatility.
Data: -30, 5, 8, 10, 12, 15, 20, 50
A dataset with a wider range of values, demonstrating the importance of IQR.
Data: 5, 100, 110, 115, 120, 125, 130, 250
The fences are then calculated using the IQR: Lower Fence = Q1 - (1.5 IQR) Upper Fence = Q3 + (1.5 IQR)