Description Usage Arguments Value Author(s) See Also Examples
ARMA.model
defines an ARMA model as input for the
argument user
of tsgui
1 | ARMA.model(p.max=3, q.max=3)
|
p.max,q.max |
non-negative integer.
Any ARMA(p,q) model can be modelled in the gui
with p <= |
A list of parameters is returned.
Martin Schlather, schlather@math.uni-mannheim.de
1 2 3 4 |
if (interactive())
tsgui(user=list(AR=ARMA.model(p.max=5, q.max=0)),
included.models = "ARMA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.