Generates a new realization of a VAR model
NewVAReventRealization(var, xprev, noise, exogen = NULL, B = NULL)a vector of values
A VAR model represented by a varest object as returned by getVARmodel or VAR
previous status of the random variable
uncorrelated or white noise (residual). Default is rnorm(length(xprev)) (or rnorm(ncol(B))
vector containing the values of the "exogen" variables (predictor) for the generation
matrix of coefficients for the vectorial white-noise component
Emanuele Cordano, Emanuele Eccel
forecastEV,forecastResidual