R/NewVAReventRealization.R
NewVAReventRealization.Rd
Generates a new realization of a VAR model
NewVAReventRealization(var, xprev, noise, exogen = NULL, B = NULL)
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
a vector of values