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

Latest stable documentation has an error in the `StatisticalComplexity` docstring #401

Closed kahaaga closed 1 month ago

kahaaga commented 1 month ago

The line entr = c.entr_val[] in the StatisticalComplexity docstring will error. To obtain both the statistical complexity and the entropy value, the user should use entropy_complexity (which is stated in the docs). We just need to remove this line from the docstring.

kahaaga commented 1 month ago

Fixed in #404.