MathTop

string_entropy 函数

以比特为单位返回字符串字符分布的香农熵。

语法

  • Entropy(text)
  • string_entropy(text)

参数与选项

text文本值,通常写在引号中。

示例

  1. 字符熵Entropy('abab')返回 1。