svn commit: r314659 - in head/math: . R-cran-outliers
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Mar 19 15:45:04 UTC 2013
Author: danfe
Date: Tue Mar 19 15:45:03 2013
New Revision: 314659
URL: http://svnweb.freebsd.org/changeset/ports/314659
Log:
Add R module that provides collection of some tests commonly used for
identifying outliers.
http://cran.r-project.org/web/packages/outliers/
Added:
head/math/R-cran-outliers/
head/math/R-cran-outliers/Makefile (contents, props changed)
head/math/R-cran-outliers/distinfo (contents, props changed)
head/math/R-cran-outliers/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Tue Mar 19 15:33:24 2013 (r314658)
+++ head/math/Makefile Tue Mar 19 15:45:03 2013 (r314659)
@@ -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
Added: head/math/R-cran-outliers/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-outliers/Makefile Tue Mar 19 15:45:03 2013 (r314659)
@@ -0,0 +1,15 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= outliers
+PORTVERSION= 0.14
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= danfe at FreeBSD.org
+COMMENT= Collection of some tests commonly used for identifying outliers
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/math/R-cran-outliers/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-outliers/distinfo Tue Mar 19 15:45:03 2013 (r314659)
@@ -0,0 +1,2 @@
+SHA256 (outliers_0.14.tar.gz) = b6ce8f1db6442481546131def8253cabdf4472116d193daea7cb935d2b76986d
+SIZE (outliers_0.14.tar.gz) = 15090
Added: head/math/R-cran-outliers/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-outliers/pkg-descr Tue Mar 19 15:45:03 2013 (r314659)
@@ -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/
More information about the svn-ports-all
mailing list