-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.5 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
Package: mvgam
Title: Multivariate Bayesian Generalised Additive Models for discrete time series
Version: 1.0.0
Authors@R:
person(given = "Nicholas",
family = "Clark",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package is for fitting Bayesian Generalised Additive Models to sets of discrete time series.
The primary purpose of the package is to build a version of dynamic factor models that incorporates
the flexibility of GAMs in the linear predictor and latent dynamic trend components that are useful
for time series analysis and forecasting. Estimation is performed using Markov Chain Monte Carlo (MCMC) with
either the Gibbs sampling software JAGS or with Hamiltonian Monte Carlo in the software Stan. The package also includes
utilities for online updating of forecast distributions with a recursive particle filter that
uses sequential importance sampling to assimilate new observations as they become available.
Maintainer: Nicholas J Clark <[email protected]>
License: MIT + file LICENSE
Depends: R (>= 3.6.0), mgcv, parallel
Imports:
pbapply,
rjags,
runjags,
tweedie,
lubridate,
MASS,
purrr,
zoo,
smooth,
coda,
MCMCpack,
runjags,
MCMCvis,
dplyr,
magrittr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr