Compute the impulse response functions and cumulative impulse response functions of a fitted VARX model
VARXirf(model,lag=12,orth=TRUE)
An output of the VARX (or refVARX) command for a vector time series with exogeneous variables
The number of lags of the impulse response function to be computed. Default is 12.
The control variable for using orthogonal innovations. This command applies to the impulse response functions of the VAR part only.
Impulse response functions of the VAR part, original innovations used
Impulse response functions of the VAR part using orthogonal innovations
Impulse response function of the exogenous variables
Compute the impulse response functions and cumulative impulse response functions of a fitted VARX model. The impulse response function of the exogeneous variables are also given. The plots of impulse response functions are shown.
Tsay (2014). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.