JuliaDynamics/ComplexityMeasures.jl

Allow `information_normalized(info, probabilities::Probaiblities)`

Offen

#295 geöffnet am 20.08.2023

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Julia (19 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (79 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We can allow this signature which so far has not been allowed because we have now introduced the existence of allprobabilities function.

We can create information_normalized(info, probabilities, total = length(probabilities) which assumes the total probs is is the length of probabilities, and can be altered to a different value if need be.

Contributor Guide