blob: b8ee6e03216f8fe518d5e5780fb8eb5163f150f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
A collection of some tests commonly used for identifying outliers:
- Chi-squared test for outlier
- Test for outlying or inlying variance
- Dixon tests for outlier
- Grubbs tests for one or two outliers in data sample
- Find value with largest difference from the mean
- Critical values and p-values for Cochran outlying variance test
- Critical values and p-values for Dixon test
- Calculate critical values and p-values for Grubbs test
- Interpolate tabularized distribution
- Remove the value(s) most differing from the mean
- Calculate scores of the sample
|