mi.ap {dcanr} | R Documentation |
Computes the mutual information between all pairs of variables in the matrix (along the columns). Variables are discretised using the adaptive partitioning algorithm
mi.ap(mat)
mat |
a numeric matrix |
matrix of pairwise mutual information estimates
x <- matrix(rnorm(200), 100, 2) mi.ap(x)