Function DenseInfoTheory.entropy

Computes the entropy of a set of observations. Note that, for this function, the joint() function can be used to compute joint entropies as long as each individual range contains only integers on [0, nBin).

double entropy(R) (
  R range
)
if (isIterable!R);