public class AutoARIMAEx2 extends Object
Searches for the best fitting ARIMA(p,d,q) model.
This is the same as example AutoARIMAEx1
, except now
autoARIMA
uses technique 2 and performs a grid search for parameters, p,q,s,d where q≥0, d≥0, and s≥1 allow for moving
average, differencing, and a multiplicative seasonal effect, respectively.
The search produces the unadjusted model with
p = 3, q = 2, s = 1, d = 0
as the best fitting configuration.
Constructor and Description |
---|
AutoARIMAEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.