mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
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
|
@ -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
|
||||
|
|
15
math/R-cran-outliers/Makefile
Normal file
15
math/R-cran-outliers/Makefile
Normal 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>
|
2
math/R-cran-outliers/distinfo
Normal file
2
math/R-cran-outliers/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (outliers_0.14.tar.gz) = b6ce8f1db6442481546131def8253cabdf4472116d193daea7cb935d2b76986d
|
||||
SIZE (outliers_0.14.tar.gz) = 15090
|
15
math/R-cran-outliers/pkg-descr
Normal file
15
math/R-cran-outliers/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue