JuliaDynamics/ComplexityMeasures.jl

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

开放

#295 创建于 2023年8月20日

 (1 条评论) (1 个反应) (0 位负责人)Julia (19 个派生)auto 404
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.

贡献者指南