Simulates time series data from specified BEKK model.
.sim.bekk(N, C, A, B, phi = NULL, theta = NULL)
Matrix of observations.
Integer. Length of time series.
Numeric square matrix. Constant covariance matrix (C). Must be symmetric.
Numeric square matrix. Moving average GARCH matrix (A).
Numeric square matrix. Autoregressive ARCH matrix (B).
Numeric square matrix (Optional). Autoregressive coefficients (Phi).
Numeric square matrix (Optional). Moving average coefficients (Theta).
Stephen R. Martin
Simulates timeseries data from specified BEKK model. Number of time series computed from the number of columns in C. All matrices must be of the same dimension. If ARMA parameters (phi, theta) unspecified (NULL), then assumes a constant mean of zero.