##simulate from a multivariate ccc-log-garch(1,1) w/defaults:
set.seed(123)
y <- mlgarchSim(500)
##simulate the same series, but with more output:
set.seed(123)
y <- mlgarchSim(500, verbose=TRUE)
head(y)
##plot the simulated values:
plot(y)
Run the code above in your browser using DataLab