powered by
intersection cardinality
# S4 method for data.frame ic( data, column, target, lib = NULL, pred = NULL, E = 2:10, tau = 0, k = E + 2, threads = length(pred), parallel.level = "low" )
A list
xmap
cross mapping 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.
(optional) level of parallelism, low or high.
low
high
Tao, P., Wang, Q., Shi, J., Hao, X., Liu, X., Min, B., Zhang, Y., Li, C., Cui, H., Chen, L., 2023. Detecting dynamical causality by intersection cardinal concavity. Fundamental Research.
sim = logistic_map(x = 0.4,y = 0.4,step = 45,beta_xy = 0.5,beta_yx = 0) ic(sim,"x","y",E = 4,k = 15:30,threads = 1)
Run the code above in your browser using DataLab