taiyo comments on Information theory and the symmetry of updating beliefs - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (28)
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).