CauseMap.jl
CauseMap.jl copied to clipboard
Causal inference in non-linear dynamics systems
Hello! When I run the code from Quickstart http://cyrusmaher.github.io/CauseMap.jl/Quickstart.html I get the errors in Julia  I am new to Julia, but I extremely need to run the code CauseMap....
Looks like CCM finds spurious causal links in random data. ``` using CauseMap # specify parameter ranges to test over E_vals = 2:10 # range to test of system dimensionality...
This commit allows the quickstart code to run on the latest version of Julia (0.5.1). Quite a few methods and some syntax has been deprecated in the last two years....
Requires 64 bit values when 32 bit would work fine. I believe this is a legacy issue from missing functionality in Julia v0.1...
Hi, I have tried this with calling from python. I got erorr: plt not defined while loading In[5], in expression starting on line 20 in makeoptimizationplots at /Users/wangjia/.julia/v0.3/CauseMap/src/plotting.jl:342 in anonymous...
Hi, I have been trying to run the example script "CCM_example_para_didi" from CauseMap, by executing the code line by line: while running the command " makeoptimizationplots(para, didi,E_vals, tau_s_vals, tau_p_vals,"Para.", "Didi.";nreps=10,...
Hi, I've been trying to use your library, which I think can be extremely useful. I would like to access the actual results from the calculations (rather than just get...