JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
49 stars 11 forks source link

Increase test coverage #276

Closed kahaaga closed 12 months ago

kahaaga commented 1 year ago

There's some conflicting dispatch going on with the differential entropy estimators, because the convenience function entropy(est::DiffEntEst, x::AbstractVector) = entropy(est, StateSpaceSet(x)) (aimed for the kNN estimators) conflicts with the generic interface. I'll see if I can find a good solution.

kahaaga commented 12 months ago

Closed by #277