smap forecast
Arguments
- data
observation data.
- column
name of library variable.
- target
name of target variable.
- lib
(optional) libraries indices.
- pred
(optional) predictions indices.
- E
(optional) embedding dimensions.
- tau
(optional) step of time lags.
- k
(optional) number of nearest neighbors used in prediction.
- theta
(optional) weighting parameter for distances.
- threads
(optional) number of threads to use.
Value
A list
xmap
forecast performance
varname
name of target variable
method
method of cross mapping
References
Sugihara G. 1994. Nonlinear forecasting for the classification of natural time series. Philosophical Transactions: Physical Sciences and Engineering, 348 (1688):477-495.
Examples
sim = logistic_map(x = 0.4,y = 0.4,step = 45,beta_xy = 0.5,beta_yx = 0)
smap(sim,"x","y",E = 8,k = 7,threads = 1)
#> The suggested theta for variable y is 0