View source: R/convergent_cross_mapping.R
Graph reconstruction algorithm from time series data
1 2 3 4 5 6 7 | convergent_cross_mapping_fit(
TS,
tau = 1,
threshold_type = "range",
cutoffs = list(c(0.95, Inf)),
...
)
|
TS |
input matrix, N * L matrix consisting of L observations from N sensors. |
tau |
Number of time steps for a single time-lag. |
threshold_type |
Which thresholding function to use on the matrix of weights. |
cutoffs |
cutoffs for threshold function |
... |
arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.