JuliaDynamics / FractalDimensions.jl

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

Add methods from LinearSegmentation.jl package into our slope fit #21

Open Datseris opened 1 year ago

Datseris commented 1 year ago

the package https://github.com/stelmo/LinearSegmentation.jl has three methods to fit linear segments, one of which is similar identical to our default method. Now that we have a nice interface for different ways to find the "slope" we can add these methods here as well. cc @stelmo