7 ARIMA Models + ADL and Box-Jenkins Methodology

Considering a single time series \(Y_t\), the interest is in determining the relationship between \(Y_t\) and its past.

Literature

go ARIMA or ADL or VAR??

ARIMA does univariate assessment (only one variable) –> \(ARIMA_{(p,d,q)}\)

ADL does multivariate assessment while also doing AR on the dependent variable, hence we are able to assess effects from another lagged variables. Note, this only takes on one other variable –> \(ADL_{(p)}\)

So, what to do if we have more variables we want to include? Then we do VAR (Vector AuroRegressive mdoel) with

With VAR, we are able to see relationship between several variables, and do forecast for each of the variables with p order lags, both from the other variables and also the variable itself –> \(VAR_{(p)}\)