Learn R Programming

qgarch (version 0.1.0)

qgarch_default_starts: Default starting values for qgarch estimation

Description

Creates a compact but order-adaptive set of starting values for the selected qgarch model.

Usage

qgarch_default_starts(
  x,
  model = c("zero", "restricted", "free", "threshold"),
  arch_order = 1L,
  garch_order = 1L
)

Value

A list of named numeric vectors containing candidate starting values.

Arguments

x

A numeric vector or one-column data frame containing the observed series.

model

Character string specifying the model variant. Must be one of "zero", "restricted", "free", or "threshold".

arch_order

Positive integer giving the ARCH lag order.

garch_order

Positive integer giving the GARCH lag order.