Rahul Sharma (Editor)

Joint entropy

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Joint entropy

In information theory, joint entropy is a measure of the uncertainty associated with a set of variables.

Contents

Definition

The joint Shannon entropy (in bits) of two variables X and Y is defined as

H ( X , Y ) = x y P ( x , y ) log 2 [ P ( x , y ) ]

where x and y are particular values of X and Y , respectively, P ( x , y ) is the joint probability of these values occurring together, and P ( x , y ) log 2 [ P ( x , y ) ] is defined to be 0 if P ( x , y ) = 0 .

For more than two variables X 1 , . . . , X n this expands to

H ( X 1 , . . . , X n ) = x 1 . . . x n P ( x 1 , . . . , x n ) log 2 [ P ( x 1 , . . . , x n ) ]

where x 1 , . . . , x n are particular values of X 1 , . . . , X n , respectively, P ( x 1 , . . . , x n ) is the probability of these values occurring together, and P ( x 1 , . . . , x n ) log 2 [ P ( x 1 , . . . , x n ) ] is defined to be 0 if P ( x 1 , . . . , x n ) = 0 .

Greater than individual entropies

The joint entropy of a set of variables is greater than or equal to all of the individual entropies of the variables in the set.

H ( X , Y ) max [ H ( X ) , H ( Y ) ] H ( X 1 , . . . , X n ) max [ H ( X 1 ) , . . . , H ( X n ) ]

Less than or equal to the sum of individual entropies

The joint entropy of a set of variables is less than or equal to the sum of the individual entropies of the variables in the set. This is an example of subadditivity. This inequality is an equality if and only if X and Y are statistically independent.

H ( X , Y ) H ( X ) + H ( Y ) H ( X 1 , . . . , X n ) H ( X 1 ) + . . . + H ( X n )

Relations to other entropy measures

Joint entropy is used in the definition of conditional entropy

H ( X | Y ) = H ( Y , X ) H ( Y ) ,

and

I ( X ; Y ) = H ( X ) + H ( Y ) H ( X , Y )

In quantum information theory, the joint entropy is generalized into the joint quantum entropy.

References

Joint entropy Wikipedia