JuliaDynamics / FractalDimensions.jl

Estimating the fractal dimension of timeseries or multidimensional datasets
MIT License
10 stars 3 forks source link

Computing fractal dimension in supertransient systems directly, rapidly and reliably #20

Open Datseris opened 1 year ago

Datseris commented 1 year ago

I just found this paper by Nusse et al: https://iopscience.iop.org/article/10.1209/epl/i2006-10407-y

They discuss an algorithm called traddle Grid Dimension Algorithm (SGDA) which can be applied to dynamical systems having one-dimensionally unstable stable sets such as basin boundaries. They demonstrate that the SGDA is superior to applying the Box-Counting Algorithm by utilizing straddle pairs for the end points of the boxes.

The paper also describes an implementation strategy.