STAR | R Documentation |
STAR model fitting with automatic selection of the number of regimes based on LM tests.
star(x, m=2, noRegimes, d = 1, steps = d, series, rob = FALSE,
mTh, thDelay, thVar, sig=0.05, trace=TRUE, control=list(), ...)
x |
time series |
m , d , steps |
embedding dimension, time delay, forecasting steps |
noRegimes |
max number of regimes |
series |
time series name (optional) |
rob |
perform robust test (not implemented) |
thDelay |
'time delay' for the threshold variable (as multiple of embedding time delay d) |
mTh |
coefficients for the lagged time series, to obtain the threshold variable |
thVar |
external threshold variable |
sig |
significance level for the tests to select the number of regimes. |
control |
further arguments to be passed as |
trace |
should additional infos be printed out? |
... |
currently unused |
The function star implements the iterative building strategy described in [1] to identify and estimate Smooth Transition Autoregressive models.
[1] T. Terasvirta, "Specification, estimation and evaluation of smooth transition autoregressive models", J. Am. Stat. Assoc. 89 (1994): 208-218.
star
returns an object of class nlar
, subclass
star
, i.e. a list with informations about the fitted model.
J. L. Aznarte M.
addRegime
mod.star <- star(log10(lynx), mTh=c(0,1), control=list(maxit=3000))
mod.star
addRegime(mod.star)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.