powered by
simplex forecast
# S4 method for data.frame simplex( data, column, target, lib = NULL, pred = NULL, E = 2:10, tau = 0, k = E + 1, threads = length(E) )# S4 method for list simplex( data, column, target, lib = NULL, pred = NULL, E = 2:10, tau = 0, k = E + 1, threads = length(E) )
# S4 method for list simplex( data, column, target, lib = NULL, pred = NULL, E = 2:10, tau = 0, k = E + 1, threads = length(E) )
A list
xmap
forecast performance
varname
name of target variable
method
method of cross mapping
tau
step of time lag
observation data.
name of library variable.
name of target variable.
(optional) libraries indices.
(optional) predictions indices.
(optional) embedding dimensions.
(optional) step of time lags.
(optional) number of nearest neighbors used in prediction.
(optional) number of threads to use.
Sugihara G. and May R. 1990. Nonlinear forecasting as a way of distinguishing chaos from measurement error in time series. Nature, 344:734-741.
sim = logistic_map(x = 0.4,y = 0.4,step = 45,beta_xy = 0.5,beta_yx = 0) simplex(sim,"x","y",k = 7,threads = 1)
Run the code above in your browser using DataLab