cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

JMP Challenge

Challenges that focus on the JMP Scripting Language and occasionally, some that can be done without scripting.
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