Calculate Mutual Information of variables
Usage
mutualInfo(x, ...)
# S4 method for probabilityDistribution
mutualInfo(x, ..., base = 2)
# S4 method for table
mutualInfo(x, base = 2, margin = NULL, na.rm = FALSE)
# S4 method for discrete
mutualInfo(x, ..., base = 2, na.rm = FALSE)See also
Other Information theory functions:
crossEntropy(),
entropy()