mic: Maximal Information Criterion

Description Usage Arguments References Examples

View source: R/mic.R

Description

Information-theoretic approach for detecting non-linear pairwise dependencies. Employs heuristic discretization to achieve highest normalized mutual information.

Usage

1
mic(x, y)

Arguments

x, y

numeric or discrete data vectors

References

Reshef DN, Reshef YA, Finucane HK, Grossman SR, McVean G, Turnbaugh PJ, Lander ES, Mitzenmacher M, Sabeti PC. Detecting novel associations in large data sets. Science. 2011. 334(6062):1518-1524.

Examples

1
2
3
4
5
# Sample data
a <- rnorm(25, 80, 35)
b <- rnorm(25, 100, 50)

mlf::mic(a, b)

mlf documentation built on May 1, 2019, 10:34 p.m.

Related to mic in mlf...