When you create an Autoregressive
Integrated Moving Average (ARIMA) model, you can specify the autoregressive
and moving average polynomials of an ARIMA model. In an ARIMAX model,
you can also include independent variables in the model.
To create an ARIMAX
model:
-
From the
Forecasting
model type drop-down list, select
ARIMAX.
-
Under the
ARIMA heading,
specify the autoregressive, differencing, and moving average orders
for the ARIMA model.
Here are the options
for the simple ARIMA:
-
Autoregressive order
(p) specifies the simple autoregressive order. You can
specify an integer from 0 to 13. The default value is 0.
-
Differencing order
(d) specifies the simple differencing order. You can
specify an integer from 0 to 13. The default value is 0.
-
Moving average order
(q) specifies the simple moving average. You can specify
an integer from 0 to 13. The default value is 0.
Here are the options
for the seasonal ARIMA:
-
Autoregressive order
(P) specifies the seasonal autoregressive order. You
can specify an integer from 0 to 5. The default value is 0.
-
Differencing order
(D) specifies the simple differencing order. You can
specify an integer from 0 to 3. The default value is 0.
-
Moving average order
(Q) specifies the simple moving average. You can specify
an integer from 0 to 5. The default value is 0.
-
In the
Independent
variables role, assign the variables from the input data
set that you want to include in the model.
-
Specify whether to include
the intercept in the model. The intercept is included by default.
-
Under the
Plots heading,
select the plots to include in the results. You can choose from a
variety of series plots, residual plots, and forecast plots.