cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
PhamBao
Level III

How to detect outliers

Hi all,

 

I would like to make a script to detect outliers based on my data population.

Based on the image below, I tried to calculate mean of all pockets from 0 to 6 and applied method ((Mean +- (3*sigma)) to find outliers. By direct observation, Pocket 2 has a lot of outliers. However, in case the value of variation data points on Pocket2 is within ((Mean+-(3*sigma)), my method cannot detect them as outliers. 

PhamBao_0-1651159157291.png

 


If I use method ((Mean +-(2*sigma)) to detect outliers, it is too sensitive for other cases.

Does anyone have any advice for me

Sincerely,

1 REPLY 1
jthi
Super User

Re: How to detect outliers

Recommended Articles