cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Challenge 11 - Outlier Screening

jmp-challenge-v2.pngOutlier screening is an anomaly detection methodology where the data is typically numeric. JMP has four outlier screening methods under the Analyze > Screening > Explore Outliers menu option. Two of these methods are univariate, applicable to outliers that can be identified from a single column of data.

These methods use a standard approach of defining outliers as observations that lie far from the center of the data. Algorithmically defining far and center are at the heart of these types of methods. They work well when the data is unimodal and unbounded but not so well when the outliers occur close to a boundary or as clusters between major modes or at the ends of the data values.

In these situations, standard outlier screening methods either find no outliers or require multiple iterations. Three examples that elicit these behaviors are given in the Three Outlier Examples.JMP below.

For this month’s challenge, develop an algorithm that will find these types of outliers in addition to those found by standard techniques. Assume the outliers are univariate and the data numeric. The Probe.JMP sample data table is a good set of data to test your algorithm.

Last Modified: Sep 28, 2021 1:18 PM
Comments