JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

Add methods to estimate_delay #43

Closed Datseris closed 6 years ago

Datseris commented 6 years ago

In particular, you can do:

Also, maybe it is time to move estimate delay and dimension to DynamicalSystemsBase.jl ?

[1] : A.M. Fraser, H.L Swinney, Independent coordinates for strange attractors from mutual information, Phys. Rev. A 33 (1986) 1134--1140.

Datseris commented 6 years ago

Connected with #12

Datseris commented 6 years ago

We now have all of the above methods. BUT: the method using the mutual information needs work.

Specifically, we are following from this PR: https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/pull/42 made by @halleysfifthinc.

I am commenting here what still needs to be done:

The following are optional:

@halleysfifthinc I am tagging you here to be aware of the changes. If you want to finish this "PR" (which now is simply an issue), feel free to assign yourself here.