# NOT RUN {
## These are long running examples that use parallel computing!
## The below examples take around 20 seconds to run.
# These examples use the data 'eurusd' which comes with the
# package, but in a scaled form.
data <- cbind(10*eurusd[,1], 100*eurusd[,2])
colnames(data) <- colnames(eurusd)
# GMVAR(1,2) model
fit12 <- fitGMVAR(data, p=1, M=2, ncalls=1, seeds=7)
fit12
print_std_errors(fit12)
# }
Run the code above in your browser using DataLab