## Not run:
# # Specify an GAS model with multivariate Student-t
# # conditional distribution and time-varying scales and correlations
#
# library(GAS)
#
# data("StockIndices")
#
# GASSpec = MultiGASSpec(Dist = "mvt", ScalingType = "Identity",
# GASPar = list(scale = TRUE, correlation = TRUE))
#
# Fit = MultiGASFit(GASSpec, StockIndices)
#
# Fit
#
# ## End(Not run)
Run the code above in your browser using DataLab