ARMA.model
defines an ARMA model as input for the
argument user
of tsgui
ARMA.model(p.max=3, q.max=3)
non-negative integer.
Any ARMA(p,q) model can be modelled in the gui
with p.max
and q.max
.
Note that p.max
+ q.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(AR=ARMA.model(p.max=5, q.max=0)),
included.models = "ARMA")
# }
Run the code above in your browser using DataLab