diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-outliers/Makefile | 15 | ||||
-rw-r--r-- | math/R-cran-outliers/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-outliers/pkg-descr | 15 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index cba31a3ef569..46702cc98d52 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile new file mode 100644 index 000000000000..f3e4f15e9856 --- /dev/null +++ b/math/R-cran-outliers/Makefile @@ -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> diff --git a/math/R-cran-outliers/distinfo b/math/R-cran-outliers/distinfo new file mode 100644 index 000000000000..20a9e82f8d10 --- /dev/null +++ b/math/R-cran-outliers/distinfo @@ -0,0 +1,2 @@ +SHA256 (outliers_0.14.tar.gz) = b6ce8f1db6442481546131def8253cabdf4472116d193daea7cb935d2b76986d +SIZE (outliers_0.14.tar.gz) = 15090 diff --git a/math/R-cran-outliers/pkg-descr b/math/R-cran-outliers/pkg-descr new file mode 100644 index 000000000000..40ec8d9604e0 --- /dev/null +++ b/math/R-cran-outliers/pkg-descr @@ -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/ |