Calculate the entropy, joint entropy, entropy distance and information content of two splits, treating each split as a division of n leaves into two groups. Further details are available in a vignette, Mackay2003;textualTreeDist and Meila2007;textualTreeDist.
Value
A numeric vector listing, in bits:
H1
The entropy of split 1;H2
The entropy of split 2;H12
The joint entropy of both splits;I
The mutual information of the splits;Hd
The entropy distance (variation of information) of the splits.
See also
Other information functions:
SplitSharedInformation()
,
TreeInfo