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
48 stars 11 forks source link

Fix statistical complexity #373

Closed kahaaga closed 5 months ago

kahaaga commented 5 months ago

Fixes #368

For now, the PlugIn estimator is used to estimate the information measure. It would be possible to extend the method to using different DiscreteInfoEstimators too, but that would require quite a bit of custom code that is way beyond the scope of this PR, which just aims to fix #368 .

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (554b779) 89.25% compared to head (e224d53) 89.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #373 +/- ## ========================================== + Coverage 89.25% 89.29% +0.04% ========================================== Files 79 79 Lines 2261 2271 +10 ========================================== + Hits 2018 2028 +10 Misses 243 243 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.