Dear my colleagues,
I'm referring to this page which about the calculation of MI on the a simple dataset.
The page is as follow.
http://www.onlamp.com/pub/a/php/2005/03/24/joint_entropy.html
Currently i'm being stuck at page 4 (it is required to use the firefox browser to open the each respective pages )
Based on the given output:
H(buys_computer) = 0.940285958671
H(buys_computer | age) = 0.693536138896
I(age;buys_computer) = H(buys_computer) - H(buys_computer | age) = 0.246749819774
I do not know how is the output could generate as this result:
H(buys_computer) = 0.940285958671
My own calculation in different dimension was getting the different figures. Could anyone here show me on how to generate that such result?
THank you very much in advance