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
56 stars 14 forks source link

The last line in the example of the `information` function errors #355

Closed kahaaga closed 9 months ago

kahaaga commented 9 months ago
julia> j_r = information(Jackknife(RenyiExtropy()), RelativeAmount(),  x)
ERROR: ArgumentError: Jackknife{RenyiExtropy{Float64, Int64}}(RenyiExtropy{Float64, Int64}(1.0, 2)) not implemented for information measure RenyiExtropy{Float64, Int64}(1.0, 2)
Stacktrace:
 [1] information(est::Jackknife{RenyiExtropy{Float64, Int64}}, probest::RelativeAmount, args::Vector{Float64})
   @ ComplexityMeasures ~/Documents/Repos/ComplexityMeasures.jl/src/core/information_measures.jl:92
 [2] top-level scope
   @ REPL[104]:1