/TStools

R tools for time series

Primary LanguageR

TStools

CRAN_Status_Badge

Collection of R functions for time series analysis

To install use:

if (!require("devtools")){install.packages("devtools")}

devtools::install_github("trnnick/TStools")

Note

Functions es() and sim.ets() are now maintained in "smooth" package: https://github.com/config-i1/smooth. They are no longer included in TStools.