mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
59f6ae59be
identifying outliers. http://cran.r-project.org/web/packages/outliers/
16 lines
639 B
Plaintext
16 lines
639 B
Plaintext
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
|
|
|
|
WWW: http://cran.r-project.org/web/packages/outliers/
|