taiyo comments on Information theory and the symmetry of updating beliefs - Less Wrong

45 Post author: Academian 20 March 2010 12:34AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (28)

You are viewing a single comment's thread.

Comment author: taiyo 21 March 2010 07:40:13PM 3 points [-]

There is a sign problem when iev(A,B) is defined. You mention that you can get the mutual information of A and B by taking -log_2 of probabilistic evidence pev(A,B) = P(AB) / [P(A)P(B)], but this creates an extra negative sign:

-log2(pev(A,B)) = -log2[P(AB) / [P(A)P(B)]] = -[ log2(P(AB)) - [log2(P(A)) + log2(P(B))] ] = -log2(P(AB)) + log2(P(A)) + log2(P(B)) = inf(AB) - inf(A) - inf(B).