config-i1 / smooth

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

Use the new C++ code from adam() for the existing functions #144

Closed config-i1 closed 2 years ago

config-i1 commented 4 years ago

The new code is more efficient and accurate. Use it instead of the standard one. This mainly applies to the fitter.

config-i1 commented 2 years ago

Requires a lot of rewrite of code for:

  1. ssarima()
  2. ces()
  3. gum()
config-i1 commented 2 years ago

This is related to #198 and will be done automatically.