trnnick / TStools

R tools for time series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TStools

CRAN_Status_Badge

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")

Note

  • 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.

About

R tools for time series


Languages

Language:R 100.0%