config-i1 / mes

Mixed Exponential Smoothing
0 stars 0 forks source link

Move adam() to smooth #42

Closed config-i1 closed 4 years ago

config-i1 commented 4 years ago

This involves:

  1. Moving C++ code and making sure that there's no conflict with the existing one;
  2. Moving R code;
  3. Moving tests and vignettes;
  4. Making sure that the package passes all the tests;

Potentially:

  1. Updating es(), ssarima(), msarima(), gum(), sma(), so that they use the new C++ code instead of the old one.
  2. Removal of the old code.