Does a univariate ARIMA model become mulitvariate when I add exogenous variabels to the function? I did this in r with the function xreg.
For example: fitwithtwoexfactors = arima(futoilrtn,order=c(0,0,1), xreg=exogenous)
exogenous is a data frame with two columns.