MutualInfo {rWMBAT} | R Documentation |
Calculates mutual information of the two variables
MutualInfo(v1, v2)
v1 |
one of the two vectors |
v2 |
one of the two vectors |
mutual information of the two vectors
Bill Cooke, College of William and Mary, Dept. of Physics, 2009
a<-c(1 ,2, 1, 2, 1) b<-c(2, 1, 2, 1, 1) MI <- MutualInfo(a, b)