JuliaDynamics/ComplexityMeasures.jl
Allow `information_normalized(info, probabilities::Probaiblities)`
開放
#295 建立於 2023年8月20日
enhancementgood first issue
倉庫指標
- 星標
- (79 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.