-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (26 loc) · 1.02 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
Package: deconvolveR
Title: Empirical Bayes Estimation Strategies
Version: 1.2-1
VignetteBuilder: knitr
Suggests: cowplot, ggplot2, knitr, rmarkdown
Authors@R: c(person("Bradley", "Efron", role=c("aut"),
email = "[email protected]"),
person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
email = "[email protected]"))
Description: Empirical Bayes methods for learning prior distributions from data.
An unknown prior distribution (g) has yielded (unobservable) parameters, each of
which produces a data point from a parametric exponential family (f). The goal
is to estimate the unknown prior ("g-modeling") by deconvolution and Empirical
Bayes methods. Details and examples are in the paper by Narasimhan and Efron
(2020, <doi:10.18637/jss.v094.i11>).
URL: https://bnaras.github.io/deconvolveR/
BugReports: https://github.com/bnaras/deconvolveR/issues
Encoding: UTF-8
Depends:
R (>= 3.0)
License: GPL (>= 2)
LazyData: true
Imports:
splines,
stats
RoxygenNote: 7.1.0