Hao Ye
Hao Ye
Flagging this as it has recently come to my attention (though I haven't run into it yet, since my git version is older)
@Falnesio, can I ask what version of the package you're running? It looks like you may be using an older version, and we've changed how the outputs are structured. My...
I would like this feature!
I recommend you post this over in [@SugiharaLab/rEDM](https://github.com/SugiharaLab/rEDM) as that is the active version of the software package.
@czeildi I think the configuration boils down to the the issue that the version of gpg that the `gpg` R package interacts with isn't necessarily the same as what is...
@brownsarahm - I am internally amused about people reading "live demo" and then expecting to see "Carpentries Live Demolitions", but your suggestion is excellent!
Hi, The R version seems to work for b12=0.2 and b21=0.05: CCM rho seems to converge on a higher value in the appropriate direction (from 2 to 1). Does your...
@julienroy13, using `b21 = 0.01`, I get something that looks pretty similar to the result in the docs for skccm: ``` r library(rEDM) library(tidyverse) rx1 = 3.72 #determines chaotic behavior...
Some of it is likely due to random sampling (my default is to use the means over 100 random subsets at each lib_size), among other implementation differences.
I can only speak for the random implementation for rEDM (the R package version). There, `ccm` has an argument for the seed (since the RNG is done in underlying C++...