Closed Datseris closed 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).
slopefit
SlopeFit
_slopefit(x, y, t::SlopeFit, ci::Real)
the PR also adds tests for all methods.
This PR adds an interface based on the
slopefit
function, that allows estimating the "linear scaling region" using an extendable API. The methods methods subtypeSlopeFit
and extend_slopefit(x, y, t::SlopeFit, ci::Real)
.the PR also adds tests for all methods.