Creates a compact but order-adaptive set of starting values for the selected qgarch model.
qgarch_default_starts(
x,
model = c("zero", "restricted", "free", "threshold"),
arch_order = 1L,
garch_order = 1L
)A list of named numeric vectors containing candidate starting values.
A numeric vector or one-column data frame containing the observed series.
Character string specifying the model variant. Must be one of
"zero", "restricted", "free", or "threshold".
Positive integer giving the ARCH lag order.
Positive integer giving the GARCH lag order.