Estimation of a VARX model
VARX(zt, p, xt = NULL, m = 0, include.mean = T, fixed = NULL, output = T)
A T-by-k data matrix of a k-dimensional time series
The VAR order
A T-by-kx data matrix of kx exogenous variables
The number of lags of exogenous variables
A logical switch to include the constant vector. Default is to include the constant.
A logical matrix for setting parameters to zero.
A logical switch to control output
The observed time series
The data matrix of explanatory variables
VAR order
The number of lags of explanatory variables used
The constant vector
VAR coefficient matrix
The regression coefficient matrix
Residual series
The parameter estimates to be used in model simplification
Standard errors of the parameter estimates
A logical switch to include the mean vector
Performs least squares estimation of a VARX(p,s) model
Tsay (2014, Chapter 6). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.