VARMApred: VARMA Prediction
Description
Compute forecasts and their associate forecast error covariances
of a VARMA model
Usage
VARMApred(model, h = 1, orig = 0)
Arguments
h
Number of steps of forecasts, i.e., forecast horizon.
orig
Forecast origin. Default is the end of the sample.
Value
predPredictions
se.errStandard errors of forecasts
origForecast origin
References
Tsay (2014, Chapter 3). Multivariate Time Series
Analysis with R and Financial Applications. John Wiley.
Hoboken, NJ.