public class AutoARIMAEx3 extends Object
Fits an \(\text{ARIMA}(p,d,q)\) model with fixed parameter values.
On the same unemployment data, this example runs AutoARIMA with
parameter values set to the optimum values found in example
AutoARIMAEx2: p = 3, q = 2, s = 1, d = 0.
| Constructor and Description |
|---|
AutoARIMAEx3() |
Copyright © 2020 Rogue Wave Software. All rights reserved.