The VARX object supports regression for Multivariate Time Series data. Given a response matrix y, a predictor matrix x is built that consists of lagged y vectors. Additional future response vectors are built for training.
Build the input matrix by combining the p + spec columns for the trend and endogenous variable with the q * xe.dim2 columns for the exogenous variables.
Build the input matrix by combining the p + spec columns for the trend and endogenous variable with the q * xe.dim2 columns for the exogenous variables.
Value parameters
bakcast
whether a backcasted value is prepended to the time series (defaults to false)