Displaying 1 result from an estimated 1 matches for "mutualinformation".
Did you mean:
mutual_information
2009 Aug 29
2
round off errors? (PR#13918)
Full_Name: Claus Pastor
Version: 2.9.2
OS: Windows XP
Submission from: (NULL) (82.113.106.4)
I use the following function to compute MutualInformation Matrix of factorial
members of a dataframe. I use package minet for this:
my.MI = function(test) {
## die Diagonale gibt die Entropien, Teile durch entropy von y und du erh?lst
den Zusammenhang
## kenne X und sage daraus y voraus
require(minet)
MI.matrix = matrix(0,nrow=length(test),ncol=length(...