forked from jereliu/CVEK-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 864 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: CVEK
Title: Cross-Validated Kernel Ensemble
Version: 0.2-0
Date: 2018-06-27
Authors@R: c(person("Wenying", "Deng", role = c("aut", "cre"),
email = "wdeng@hsph.harvard.edu"),
person("Jeremiah", "Liu", "Zhe", role = "ctb", "ths"))
Description: Using a library of base kernels, it learns a proper
generating function from data by directly minimizing the ensemble
model’s error, and tests whether the data is generated by the RKHS
under the null hypothesis.
Depends: R (>= 3.0.1), mvtnorm, MASS, psych, limSolve
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-08-01 02:07:08 UTC; dorabeedeng
Author: Wenying Deng [aut, cre],
Jeremiah Zhe Liu [ctb]
Maintainer: Wenying Deng <wdeng@hsph.harvard.edu>