Collection of experimental R functions for time series modelling and analysis.
To install use:
if (!require("devtools")){install.packages("devtools")}
devtools::install_github("trnnick/TStools")
- Neural network related functions are now maintained in nnfor package that is available on CRAN.
- Several functions related to time series exploration and modelling have now graduated to tsutils package that is available on CRAN. The development version, together with a list of functions can be found here.