powered by
Information-theoretic approach for detecting non-linear pairwise dependencies. Employs heuristic discretization to achieve highest normalized mutual information.
mic(x, y)
numeric or discrete data vectors
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.
# NOT RUN { # Sample data a <- rnorm(25, 80, 35) b <- rnorm(25, 100, 50) mlf::mic(a, b) # }
Run the code above in your browser using DataLab