config-i1 / smooth

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

Tune ARIMA in ADAM #152

Closed config-i1 closed 3 years ago

config-i1 commented 3 years ago

Make sure that ADAM ARIMA works properly, similar to msarima. At the moment it does not optimise the parameters correctly, probably because of the initialisation and filler - polynomials mess up the initials.

config-i1 commented 3 years ago

Done in ecde148f3b93e73c5130ca2abc6bc48fed815787 - roots of polynomials were calculated incorrectly.