-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
67 lines (67 loc) · 1.98 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: cvCovEst
Title: Cross-Validated Covariance Matrix Estimation
Version: 1.2.2
Authors@R: c(
person("Philippe", "Boileau", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4850-2507")),
person("Nima", "Hejazi", email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-7127-2789")),
person("Brian", "Collica", email = "[email protected] ",
role = "aut",
comment = c(ORCID = "0000-0003-1127-2557")),
person("Jamarcus", "Liu", email = "[email protected] ",
role = "ctb"),
person("Mark", "van der Laan", email = "[email protected]",
role = c("ctb", "ths"),
comment = c(ORCID = "0000-0003-1432-5511")),
person("Sandrine", "Dudoit", email = "[email protected]",
role = c("ctb", "ths"),
comment = c(ORCID = "0000-0002-6069-8629"))
)
Description: An efficient cross-validated approach for covariance matrix
estimation, particularly useful in high-dimensional settings. This
method relies upon the theory of high-dimensional loss-based covariance
matrix estimator selection developed by Boileau et al. (2022)
<doi:10.1080/10618600.2022.2110883> to identify the optimal estimator
from among a prespecified set of candidates.
Depends: R (>= 4.0.0)
Imports:
matrixStats,
Matrix,
stats,
methods,
origami,
coop,
Rdpack,
rlang,
dplyr,
stringr,
purrr,
tibble,
assertthat,
RSpectra,
ggplot2,
ggpubr,
RColorBrewer,
RMTstat
Suggests:
future,
future.apply,
MASS,
testthat,
knitr,
rmarkdown,
covr,
spelling
License: MIT + file LICENSE
URL: https://github.com/PhilBoileau/cvCovEst
BugReports: https://github.com/PhilBoileau/cvCovEst/issues
Encoding: UTF-8
LazyData: false
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RdMacros: Rdpack
Language: en-US