-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.27 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
Type: Package
Package: ebTobit
Title: Empirical Bayesian Tobit Matrix Estimation
Version: 1.0.2
Date: 2024-05-03
Authors@R: c(
person("Alton", "Barbehenn", , "altonbarbehenn@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-3364-7204")),
person("Sihai Dave", "Zhao", , "sdzhao@illinois.edu", role = "aut")
)
Description: Estimation tools for multidimensional Gaussian means using
empirical Bayesian g-modeling. Methods are able to handle fully observed data as
well as left-, right-, and interval-censored observations (Tobit
likelihood); descriptions of these methods can be found in Barbehenn and
Zhao (2023) <doi:10.48550/arXiv.2306.07239>. Additional, lower-level functionality based
on Kiefer and Wolfowitz (1956) <doi:10.1214/aoms/1177728066> and Jiang and
Zhang (2009) <doi:10.1214/08-AOS638> is provided that can be used to
accelerate many empirical Bayes and nonparametric maximum likelihood
problems.
License: GPL-3
URL: https://github.com/barbehenna/ebTobit
BugReports: https://github.com/barbehenna/ebTobit/issues
Imports:
Rcpp (>= 1.0.10),
RcppParallel,
stats
Suggests:
REBayes
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.3.0)