-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1000 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
24
25
26
27
28
29
30
31
32
33
Package: retel
Type: Package
Title: Regularized Exponentially Tilted Empirical Likelihood
Version: 0.1.0.9003
Authors@R: c(
person("Eunseop", "Kim", email = "[email protected]",
role = c("aut", "cph", "cre")),
person("Steven", "MacEachern", role = c("ctb", "ths")),
person("Mario", "Peruggia", role = c("ctb", "ths"))
)
Description: Implements the regularized exponentially tilted empirical
likelihood method. Details of the method are given in Kim, MacEachern, and
Peruggia (2023) <doi:10.48550/arXiv.2312.17015>. This work was supported by
the U.S. National Science Foundation under Grants No. SES-1921523 and
DMS-2015552.
License: GPL (>= 3)
URL: https://github.com/markean/retel
BugReports: https://github.com/markean/retel/issues
Depends:
R (>= 4.1.0)
Suggests:
melt,
spelling
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
checkmate,
Matrix,
matrixcalc,
nloptr