JuliaDynamics/ComplexityMeasures.jl
Allow `information_normalized(info, probabilities::Probaiblities)`
Aperta
#295 aperta il 20 ago 2023
enhancementgood first issue
Metriche repository
- Star
- (79 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.