config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 19 forks source link

Make all smooth functions agnostic to the classes of the data #147

Closed config-i1 closed 2 years ago

config-i1 commented 4 years ago

Make them work with:

  1. zoo
  2. xts
  3. data.table
  4. tsibble
  5. ...

This includes:

  1. Returning the objects of the same class as provided,
  2. Extracting frequency, where needed and possible,
  3. Introducing lags parameter for es() and ces() functions.
config-i1 commented 2 years ago

Should be done after #198 automatically