Home

Awesome

tsgarch <img src="man/figures/logo.png" align="right" height="139" alt="" />

R-CMD-check Last-changedate packageversion CRAN_Status_Badge

tsgarch

Installation

The package can be installed from CRAN or the tsmodels github repo:

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

Note, that in order to make use of symbolic output, flextable requires equatags to be installed which has a dependency on xlst which in turn has SystemRequirements libxslt. Therefore, if you are seeing NA printed in place of symbols, then it is likely that xlst is not installed.

Performance

Due to the heavy use of the data.table package for parameter tracking and indexing, I have seen significant speed improvements by setting the following :

options(datatable.optimize = 2L)