emptymalei / eerily

timE sERIes pLaYground (EERILY) is a playground for time series

Home Page:https://eerily.leima.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A TimeSeries Class

emptymalei opened this issue · comments

commented

TimeSeries

TimeSeries is an object to hold time series data.

A TimeSeries object may contain all the covariates for a single variate time series.

TimeSeries provides handy operations:

  • Extend: TimeSeries can be stacked along time direction.
  • Save to file: save the time series to file.
  • It can hold the most recent state in the dgp so that we can continue evoluting it, if necessary.

A list of TimeSeries can be used as multivariate time series.