Joint entropy

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Template:Information theory

File:Entropy-mutual-information-relative-entropy-relation-diagram.svg
X). The violet is the mutual information I(X;Y).

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

Definition

The joint Shannon entropy (in bits) of two discrete random variables X and Y with images 𝒳 and 𝒴 is defined as[2]Template:Rp

H(X,Y)=x𝒳y𝒴P(x,y)log2[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)log2[P(x,y)] is defined to be 0 if P(x,y)=0.

For more than two random variables X1,...,Xn this expands to

H(X1,...,Xn)=x1𝒳1...xn𝒳nP(x1,...,xn)log2[P(x1,...,xn)]

where x1,...,xn are particular values of X1,...,Xn, respectively, P(x1,...,xn) is the probability of these values occurring together, and P(x1,...,xn)log2[P(x1,...,xn)] is defined to be 0 if P(x1,...,xn)=0.

Properties

Nonnegativity

The joint entropy of a set of random variables is a nonnegative number.

H(X,Y)0
H(X1,,Xn)0

Greater than individual entropies

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

H(X,Y)max[H(X),H(Y)]
H(X1,,Xn)max1in{H(Xi)}

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.[2]Template:Rp

H(X,Y)H(X)+H(Y)
H(X1,,Xn)H(X1)++H(Xn)

Relations to other entropy measures

Joint entropy is used in the definition of conditional entropy[2]Template:Rp

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

and

H(X1,,Xn)=k=1nH(Xk|Xk1,,X1).

For two variables X and Y, this means that

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


Joint entropy is also used in the definition of mutual information[2]Template:Rp

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

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

Joint differential entropy

Definition

The above definition is for discrete random variables and just as valid in the case of continuous random variables. The continuous version of discrete joint entropy is called joint differential (or continuous) entropy. Let X and Y be a continuous random variables with a joint probability density function f(x,y). The differential joint entropy h(X,Y) is defined as[2]Template:Rp

h(X,Y)=𝒳,𝒴f(x,y)logf(x,y)dxdy

For more than two continuous random variables X1,...,Xn the definition is generalized to:

h(X1,,Xn)=f(x1,,xn)logf(x1,,xn)dx1dxn

The integral is taken over the support of f. It is possible that the integral does not exist in which case we say that the differential entropy is not defined.

Properties

As in the discrete case the joint differential entropy of a set of random variables is smaller or equal than the sum of the entropies of the individual random variables:

h(X1,X2,,Xn)i=1nh(Xi)[2]Template:Rp

The following chain rule holds for two random variables:

h(X,Y)=h(X|Y)+h(Y)

In the case of more than two random variables this generalizes to:[2]Template:Rp

h(X1,X2,,Xn)=i=1nh(Xi|X1,X2,,Xi1)

Joint differential entropy is also used in the definition of the mutual information between continuous random variables:

I(X,Y)=h(X)+h(Y)h(X,Y)

References

Template:Reflist

de:Bedingte Entropie#Blockentropie

  1. Script error: No such module "citation/CS1".
  2. a b c d e f g Script error: No such module "citation/CS1".