mi.ap {dcanr}R Documentation

Mutual information using adaptive partitioning

Description

Computes the mutual information between all pairs of variables in the matrix (along the columns). Variables are discretised using the adaptive partitioning algorithm

Usage

mi.ap(mat)

Arguments

mat

a numeric matrix

Value

matrix of pairwise mutual information estimates

Examples

x <- matrix(rnorm(200), 100, 2)
mi.ap(x)

[Package dcanr version 1.6.0 Index]