forecastResidual {RMAWGEN} | R Documentation |
Forecasts the residual value of a VAR realization given the white noise covariance matrix
Description
Forecasts the residual value of a VAR realization given the white noise covariance matrix
Usage
forecastResidual(var, xprev = NULL, B = NULL)
Arguments
var |
A VAR model represented by a |
xprev |
previous status of the random variable, in this case the "current instant"white-noise". Default is |
B |
matrix of coefficients for the vectorial white-noise component |
Value
a vector of values
Author(s)
Emanuele Cordano, Emanuele Eccel
See Also
forecastEV
,NewVAReventRealization
[Package RMAWGEN version 1.3.7 Index]