VARX Order Specification
Specifies the orders of a VARX model, including AR order and the number of lags of exogenous variables
VARXorder(x, exog, maxp = 13, maxm = 3, output = T)
x
: A T-by-k data matrix of a k-dimensional time seriesexog
: A T-by-v data matrix of exogenous variablesmaxp
: The maximum VAR order entertainedmaxm
: The maximum lags of exogenous variables entertainedoutput
: A logical switch to control outputComputes the information criteria of a VARX process
aic: Akaike information criterion
aicor: Order selected by AIC
bic: Bayesian information criterion
bicor: Order selected by BIC
hq: Hannan and Quinn information criterion
hqor: Order selected by hq
Tsay (2014, Chapter 6). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
Ruey S. Tsay
Useful links