aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-09-10 07:56:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-09-10 07:56:14 +0000
commit7ffed76fdab81042c0b661ce9ececf6a8159bfa6 (patch)
tree5aab27dafe913f6626525cb90fe5afde56923965 /math/Makefile
parent8303e1d9d5b9a9d5012034719236705a09beab82 (diff)
downloadports-7ffed76fdab81042c0b661ce9ececf6a8159bfa6.tar.gz
ports-7ffed76fdab81042c0b661ce9ececf6a8159bfa6.zip
- Add new port: math/R-cran-CVST
This package implements the fast cross-validation via sequential testing (CVST) procedure. CVST is an improved cross-validation procedure which uses non-parametric testing coupled with sequential analysis to determine the best parameter set on linearly increasing subsets of the data. By eliminating underperforming candidates quickly and keeping promising candidates as long as possible, the method speeds up the computation while preserving the capability of a full cross-validation. Additionally to the CVST the package contains an implementation of the ordinary k-fold cross-validation with a flexible and powerful set of helper objects and methods to handle the overall model selection process. The implementations of the Cochran's Q test with permutations and the sequential testing framework of Wald are generic and can therefore also be used in other contexts. WWW: https://cran.r-project.org/web/packages/CVST/
Notes
Notes: svn path=/head/; revision=449522
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 3986ed0b930a..bb0ea39f4725 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -32,6 +32,7 @@
SUBDIR += R-cran-car
SUBDIR += R-cran-coda
SUBDIR += R-cran-combinat
+ SUBDIR += R-cran-CVST
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-dplyr