gogarchspec(mean.model = list(model = c("constant", "AR", "VAR"), robust = FALSE,
lag = 1, lag.max = NULL, lag.criterion = c("AIC", "HQ", "SC", "FPE"),
external.regressors = NULL,
robust.control = list("gamma" = 0.25, "delta" = 0.01, "nc" = 10, "ns" = 500)),
variance.model = list(model = "sGARCH", garchOrder = c(1,1), submodel = NULL,
variance.targeting = FALSE), distribution.model = c("mvnorm", "manig", "magh"),
ica = c("fastica", "radical"),
ica.fix = list(A = NULL, K = NULL), ...)
goGARCHspec
object containing details of the GO-GARCH
specification.