Cross Recurrence Plot Toolbox v5.29 (R38)

CRP Toolbox

entropy

Entropy of a distribution.

Syntax

e=entropy(h)

Description

Computes the entropy of the distribution h.

Examples

x=randn(100,1);
h=hist(x);
entropy(h')