H function

Compute the entropy of a discrete sample

Compute the entropy of a discrete sample

H(cl)

Arguments

  • cl: vector of discrete labels

Returns

the entropy of the sample

Examples

cl <- sample(2, 500, replace = TRUE) H(cl)