JuliaDynamics / FractalDimensions.jl

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

Interface for fitting slopes from a curve #18

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

This PR adds an interface based on the slopefit function, that allows estimating the "linear scaling region" using an extendable API. The methods methods subtype SlopeFit and extend _slopefit(x, y, t::SlopeFit, ci::Real).

the PR also adds tests for all methods.