Package: walker
Type: Package
Title: Bayesian Regression with Time-Varying Coefficients
Version: 0.3.0
Date: 2019-09-19
Description: Bayesian dynamic regression models where the regression 
    coefficients can vary over time as random walks. 
    Gaussian, Poisson, and binomial observations are supported. 
    The Markov chain Monte Carlo computations are done using 
    Hamiltonian Monte Carlo provided by Stan, using a state space representation 
    of the model in order to marginalise over the coefficients for efficient sampling. 
    For non-Gaussian models, walker uses the importance sampling type estimators based on 
    approximate marginal MCMC as in Vihola, Helske, Franks (2017, <arXiv:1609.02541>).
Authors@R: 
    person(given = "Jouni",
           family = "Helske",
           role = c("aut", "cre"),
           email = "jouni.helske@iki.fi",
           comment = c(ORCID = "0000-0001-7130-793X"))
License: GPL (>= 3)
Suggests: diagis, gridExtra, knitr (>= 1.11), rmarkdown (>= 0.8.1),
        testthat
Depends: R (>= 3.4.0), Rcpp (>= 0.12.9), bayesplot, rstan (>= 2.18.1)
Imports: dplyr, ggplot2, KFAS, methods
LinkingTo: StanHeaders (>= 2.18.0), rstan (>= 2.18.1), BH (>= 1.66.0),
        Rcpp (>= 0.12.9), RcppArmadillo, RcppEigen (>= 0.3.3.3.0)
SystemRequirements: C++14, GNU make
VignetteBuilder: knitr
RoxygenNote: 6.1.1
ByteCompile: true
URL: https://github.com/helske/walker
BugReports: https://github.com/helske/walker/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-09-21 17:09:05 UTC; jovetale
Author: Jouni Helske [aut, cre] (<https://orcid.org/0000-0001-7130-793X>)
Maintainer: Jouni Helske <jouni.helske@iki.fi>
Repository: CRAN
Date/Publication: 2019-09-22 13:00:02 UTC
