Skip to content

Bayesian predictive models for time series of counts

Notifications You must be signed in to change notification settings

paulocmarquesf/BayesINAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayesINAR

Bayesian predictive models for time series of counts.

Paulo C. Marques F., Helton Graziadei and Hedibert F. Lopes. "Bayesian generalizations of the integer-valued autoregressive model." Journal of Applied Statistics, v. 1, p. 1-21, 2020. https://doi.org/10.1080/02664763.2020.1812544

devtools::install_github("paulocmarquesf/BayesINAR")

library(BayesINAR)

y <- Pittsburgh$Area_51

model <- inar(y)
summary(model)
predict(model, h = 2)

model <- adinar(y)
summary(model)
predict(model, h = 2)

model <- dpinar(y)
summary(model)
predict(model, h = 2)

cross_validate(y, model = "inar")

About

Bayesian predictive models for time series of counts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages