arima-ma.md
Note
The MOVING_AVERAGE and ARIMA models use different training techniques that produce distinct models when trained with matching parameter values on the same data. For example, if you train a moving-average model using the same data andq
value as an ARIMA model trained with p
and d
parameters set to zero, those two models will not be identical.