As the title said, now I have a group random values from 1 to 3000. And I have a threshold 412.53. I want to know how to make sure this number can be threshold like normal distribution or any other statistics methods to pick some exceptional values like 2951(one value in this group) and so on.
Asked
Active
Viewed 229 times
0
-
This sounds like a reasonable starting point: http://en.wikipedia.org/wiki/Outlier#Identifying_outliers – NPE Aug 10 '14 at 15:46
-
You mean using these method to check my group values directly, not using threshold? – Linjiong Cai Aug 10 '14 at 16:11