Add R module that provides collection of some tests commonly used for

identifying outliers.

http://cran.r-project.org/web/packages/outliers/
This commit is contained in:
Alexey Dokuchaev 2013-03-19 15:45:03 +00:00
parent 5d69fda192
commit 59f6ae59be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314659
4 changed files with 33 additions and 0 deletions

View file

@ -27,6 +27,7 @@
SUBDIR += R-cran-memisc
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nnls
SUBDIR += R-cran-outliers
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-sandwich

View file

@ -0,0 +1,15 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= outliers
PORTVERSION= 0.14
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Collection of some tests commonly used for identifying outliers
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (outliers_0.14.tar.gz) = b6ce8f1db6442481546131def8253cabdf4472116d193daea7cb935d2b76986d
SIZE (outliers_0.14.tar.gz) = 15090

View file

@ -0,0 +1,15 @@
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/