Computes point forecasts of a VARX model. The values of exogenous variables must be given.
VARXpred(m1, newxt = NULL, hstep = 1, orig = 0)
An output object of VARX or refVARX command
The data matrix of exogenous variables needed in forecasts.
Forecast horizon
Forecast origin. Default is 0, meaning the last data point.
Point forecasts and their standard errors
Uses the provided exogenous variables and the model to compute forecasts
Tsay (2014, Chapter 6). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.