Learn R Programming

tsDyn (version 0.7-23)

STAR: STAR model

Description

STAR model fitting with automatic number of regimes selection

Usage

star(x, m=2, noRegimes, d = 1, steps = d, series, rob = FALSE,
                 mTh, thDelay, thVar, sig=0.05, trace=TRUE, control=list(), ...)

Arguments

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?
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 no. of regimes testing
control
further arguments to be passed as control list to optim
trace
should additional infos be printed out?
...
currently unused

Value

  • star returns an object of class nlar, subclass star, i.e. a list with fitted model informations.

Details

TODO

See Also

addRegime

Examples

Run this code
mod.star <- star(log10(lynx), m=2, mTh=c(0,1), control=list(maxit=3000))
mod.star

Run the code above in your browser using DataLab