GARCH.model
defines an GARCH model as input for the
argument user
of tsgui
GARCH.model(a.max=3, b.max=3)
non-negative integer.
Any GARCH(p,q) model can be modelled in the gui
with a.max
and b.max
.
Note that a.max
+ b.max
should not be larger than
6. Otherwise gui cannot manage the abundance of parameters.
A list of parameters is returned.
# NOT RUN {
if (interactive())
tsgui(user=list(ARCH=GARCH.model(a.max=5, b.max=0)),
included.models = "GARCH")
# }
Run the code above in your browser using DataLab