Outlier Detection Statistics Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
hardA data set has mean and standard deviation . Using the z-score method, determine whether the values 60, 145, and 155 are outliers (using the threshold ).
Solution
- 1 Step 1: Calculate z-scores: , , .
- 2 Step 2: All three have : 60 (), 145 (), 155 (). All three are outliers by the z-score criterion, with 155 being the most extreme.
Answer
All three values are outliers: , , . All have .
The z-score method for outlier detection flags values more than a specified number of standard deviations from the mean. A threshold of catches values in the outer 5% of a normal distribution, while is more conservative (outer 0.3%). This method assumes approximately normal data.
About Outlier Detection
Outlier detection is the process of identifying data points that are unusually far from the rest of the dataset, using techniques like the IQR rule, z-scores, or visual inspection of box plots and scatter plots. These anomalous values may indicate measurement errors, data entry mistakes, or genuinely extreme observations.
Learn more about Outlier Detection โMore Outlier Detection Examples
Example 1 easy
The data set is: 10, 12, 11, 13, 12, 14, 11, 50. Identify the outlier and explain how you know.
Example 2 mediumTest scores: 72, 75, 78, 80, 82, 85, 88, 90, 92, 95. A new student's score of 25 is added. How does
Example 3 mediumA scientist records reaction times (ms): 245, 260, 255, 270, 250, 980, 265, 258. Use the [formula] r