issues
search
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:
Moving C++ code and making sure that there's no conflict with the existing one;
Moving R code;
Moving tests and vignettes;
Making sure that the package passes all the tests;
Potentially:
Updating es(), ssarima(), msarima(), gum(), sma(), so that they use the new C++ code instead of the old one.
Removal of the old code.
This involves:
Potentially: