Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 1.16 KB

R-CMD-check Last-changedate packageversion CRAN_Status_Badge

tsgam

Wrapper for the Generalized Additive Model in package mgcv to conform with tsmodels output and framework. It is a more abstract/general layer than other models in tsmodels due to the nature of GAMs.

Installation

The package can be installed from the tsmodels github repo.

remotes::install_github("tsmodels/tsgam", dependencies = TRUE)

A short vignette is available here.

Updates

  • ver 0.3.0: added a multi-GAM model (mgam) with optional pooling argument and custom predict function to include copula based dependency in the predictive distribution. The input for this type of model is a data.table with series and index identifiers.