How do I compute the approximate entropy of a bit string?

前端 未结 7 2088
梦如初夏
梦如初夏 2020-12-07 20:46

Is there a standard way to do this?

Googling -- \"approximate entropy\" bits -- uncovers multiple academic papers but I\'d like to just find a chunk of pseudocode de

7条回答
  •  没有蜡笔的小新
    2020-12-07 20:55

    I believe the answer is the Kolmogorov Complexity of the string. Not only is this not answerable with a chunk of pseudocode, Kolmogorov complexity is not a computable function!

    One thing you can do in practice is compress the bit string with the best available data compression algorithm. The more it compresses the lower the entropy.

提交回复
热议问题