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
54 stars 12 forks source link

Fix conflicting import for `entropy` #189

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago

Many of the documentation examples won't build due to conflicting imports between Entropies.entropy and Distributions.entropy. This PR fixes that by explicitly importing only necessary types from Distributions.jl.