-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
39 lines (39 loc) · 2.19 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
Package: countSTAR
Type: Package
Title: Flexible Modeling of Count Data
Version: 1.0.2.9000
Authors@R: c(
person(given="Brian", family="King", email = "[email protected]", role = c("aut", "cre")),
person(given="Dan", family = "Kowal", email = "[email protected]", role = "aut"))
Description: For Bayesian and classical inference and prediction with count-valued data,
Simultaneous Transformation and Rounding (STAR) Models provide a flexible, interpretable,
and easy-to-use approach. STAR models the observed count data using a rounded
continuous data model and incorporates a transformation for greater flexibility.
Implicitly, STAR formalizes the commonly-applied yet incoherent procedure of
(i) transforming count-valued data and subsequently
(ii) modeling the transformed data using Gaussian models.
STAR is well-defined for count-valued data, which is reflected in predictive accuracy,
and is designed to account for zero-inflation, bounded or censored data, and over- or underdispersion.
Importantly, STAR is easy to combine with existing MCMC or point estimation
methods for continuous data, which allows seamless adaptation of continuous data
models (such as linear regressions, additive models, BART, random forests,
and gradient boosting machines) for count-valued data. The package also includes several
methods for modeling count time series data, namely via warped Dynamic Linear Models.
For more details and background on these methodologies, see the works of
Kowal and Canale (2020) <doi:10.1214/20-EJS1707>,
Kowal and Wu (2022) <doi:10.1111/biom.13617>,
King and Kowal (2023) <doi:10.1214/23-BA1394>, and
Kowal and Wu (2023) <arXiv:2110.12316>.
License: GPL (>=2)
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Imports: stats, utils, coda, dbarts, FastGP, gbm, graphics, Matrix, spikeSlabGAM, splines2, randomForest, Rcpp, TruncatedNormal, truncdist, KFAS
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, bayesplot, mgcv
VignetteBuilder: knitr
URL: https://bking124.github.io/countSTAR/
https://github.com/bking124/countSTAR
BugReports: https://github.com/bking124/countSTAR/issues
Depends:
R (>= 2.10)
LazyData: true