public class AutoARIMAEx2 extends Object
Searches for the best fitting \(\text{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 \ge 0\), \(d \ge 0\), and \(s \ge 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.