ARIMAX

Description

ARIMAX (AutoRegressive Integrated Moving Average eXtended) is a mathematical model for analysis of time series that combines integrated autoregression, moving average and possibility to consider additional exogenous factors.

The ARIMA models are used to accomplish the tasks that require to make the forecast based on the available data, namely, to calculate subsequent series values according to the previous ones. Time series can be any data from the time perspective, for example, sale of goods, number of purchase orders, customer traffic, etc.

Important: To get the forecast data, it is required to train the node beforehand.

Ports

Input Ports

  •  Input data source — data table. The input data must meet the following requirements:
    • The field mapping the time series must relate to the Forecast usage type, Real data type and Continuous data kind. Only one such field is allowed.
    • The fields mapping the exogenous factors must relate to the Input usage type. There are no restrictions for the data type in these fields, any data kind is allowed, with the exception of the Undefined one. These fields can be available or not in any amount.

Output Ports

  •  Model output: the data table that contains the following fields:
    • Field_name|Forecast: forecast values of the source time series.
    • Field_name|Error of approximation: model residuals, deviations between the forecast and actual series values. The field is available if the following checkbox is selected: Calculate the approximation error.
    • Field_name|Lower bound: the lower bound of the confidence interval. The field is available if the following checkbox is selected: Calculate confidence interval.
    • Field_name|Upper bound: the lower bound of the confidence interval. The field is available if the following checkbox is selected: Calculate confidence interval.
  •  Model coefficients: the data table that contains the following coefficients:
    • Type
    • Parameter
    • Lag
    • Input field name
    • Unique value
    • Coefficient
    • Standard deviation
    • T-statistics
    • P-value
  •  Summary: variables:
    • Total samples (TotalSamples)
    • Total selected samples (TotalSelectedSamples)
    • Samples in training set (TrainSamples)
    • The root-mean-square error of the training set (TrainRMSError)
    • The mean absolute error of the training set (TrainAvgError)
    • The mean relative error of the training set (TrainAvgRelError)
    • Akaike information criterion (AIC)
    • Akaike information criterion corrected (AICc)
    • Bayesian information criterion (BIC)
    • Determination coefficient (R2)
    • Adjusted determination coefficient (AdjustedR2)
    • Number of the model degrees of freedom (ModelDF)
    • Number of the residues degrees of freedom (ResDF)

Wizard

Step 1. Configure input columns

It is required to set the usage type of the input data set columns at the first stage. It is required to select one of the following usage types for each of the columns:

  •  Forecast: for the data mapping the time series.
  •  Input: for the data mapping the additional input factors.
  •  Unspecified: for the data that do not take part in the model training process. It is set for other columns by default.

Step 2. Normalization Settings

Normalization is not usually required for the forecast data for the ARIMA models. It is recommended not to use normalization for the time series data, not to change default settings for the exogenous factors data.

Step 3. ARIMAX Settings

ARIMAX Model Structure

  • Auto detect structure: when this checkbox is selected, automatic selection of the model parameters is enabled. The parameters are selected in the calculation process to minimize the AIC value.
  • AR part order sets the order of (р) autoregressive part. It sets the number of the previous series values that are considered when constructing the model. The integer value more than 0 is set.
  • Integration order sets the order of (d) series differences if it is required to set the source series to the stationary one. The integer value more than 0 is set.
  • MA part order sets the order of (q) part of moving average. It defines the lag size for the source series smoothing. The integer value more than 0 is set.
  • Enable seasonality calculation: selection of this checkbox enables to set parameters for the seasonal component:
    • Seasonal AR part order sets the integer value from 0 and higher.
    • Seasonal integration order sets the integer value from 0 and higher.
    • Seasonal MA part order sets the integer value from 0 and higher.
    • Period of the seasonal component sets the posistive integer value.
  • Include intercept into the model: the boolean value. Enabled by default.

Time Series Prediction

  • Forecast horizon sets the number of the values that will be forecast and added to the output data set at the end of the source time series. It sets the integer value more than 1.
  • Calculate the approximation error: selection of this checkbox enables to add a column with the mean deviations of the forecast values from the actual ones to the output data set.
  • Calculate confidence interval provides manual setting of the following parameter:
    • Confidence forecast interval in % from 0 to 100: the real value. By default, it is 95.

results matching ""

    No results matching ""