reichlab/sarima-utils: SARIMA Models with Transformations and Seasonal Differencing

A set of wrapper functions around the forecast package to simplify estimation of and prediction from SARIMA models. Estimation and prediction routines are provided for a "default" sarima model specification that we have found through experimentation that works fairly well for several infectious disease data sets. In this specification, incidence data are first transformed to approximate normality, then seasonal differencing is performed, and the transformed data are passed to forecast::auto.arima for model selection and estimation. A function to recursively simulate "trajectories" of future incidence is provided, based on functionality in the forecast package.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("reichlab/sarima-utils")
reichlab/sarima-utils documentation built on March 21, 2020, 3:45 a.m.