Difference between revisions of "The Data Processing Inequality"

From Microlab Classes
Jump to navigation Jump to search
Line 40: Line 40:
 
Therefore, if <math>X \rightarrow Y \rightarrow Z</math>, then it follows that <math>Z \rightarrow Y \rightarrow X</math>.
 
Therefore, if <math>X \rightarrow Y \rightarrow Z</math>, then it follows that <math>Z \rightarrow Y \rightarrow X</math>.
  
== Chain Rules ==
+
== Entropy Chain Rules ==
As we increase the number of random variables we are dealing with, it is important to understand how this increase affects entropy and mutual information.
+
As we increase the number of random variables we are dealing with, it is important to understand how this increase affects entropy. We have previously shown that for two random variables <math>X</math> and <math>Y</math>:
 
 
=== Entropy Chain Rule ===
 
We have previously shown that for two random variables <math>X</math> and <math>Y</math>:
 
  
 
{{NumBlk|::|<math>\begin{align}
 
{{NumBlk|::|<math>\begin{align}
Line 62: Line 59:
  
 
{{NumBlk|::|<math>H\left(X_1, X_2, \ldots, X_n\right) = \sum_{i=1}^n H\left(X_i \mid X_{i-1}, X_{i-1},\ldots, X_1\right)</math>|{{EquationRef|10}}}}
 
{{NumBlk|::|<math>H\left(X_1, X_2, \ldots, X_n\right) = \sum_{i=1}^n H\left(X_i \mid X_{i-1}, X_{i-1},\ldots, X_1\right)</math>|{{EquationRef|10}}}}
 +
 +
== Conditional Mutual Information ==
 +
Conditional mutual information is defined as the expected value of the mutual information of two random variables given the value of a third random variable.
  
 
=== Chain Rule for Mutual Information ===
 
=== Chain Rule for Mutual Information ===
Line 67: Line 67:
  
 
{{NumBlk|::|<math>I\left(X;Y\right) = H\left(X\right) - H\left(X\mid Y\right)</math>|{{EquationRef|11}}}}
 
{{NumBlk|::|<math>I\left(X;Y\right) = H\left(X\right) - H\left(X\mid Y\right)</math>|{{EquationRef|11}}}}
 
== Conditional Mutual Information ==
 
Conditional mutual information is defined as the expected value of the mutual information of two random variables given the value of a third random variable.
 
 
  
 
== The Data Processing Inequality ==
 
== The Data Processing Inequality ==

Revision as of 17:07, 23 October 2020

Markovity

A Markov Chain is a random process that describes a sequence of possible events where the probability of each event depends only on the outcome of the previous event. Thus, we say that is a Markov chain in this order, denoted as:

 

 

 

 

(1)

If we can write:

 

 

 

 

(2)

Or in a more compact form:

 

 

 

 

(3)

We can use Markov chains to model how a signal is corrupted when passed through noisy channels. For example, if is a binary signal, it can change with a certain probability, , to , and it can again be corrupted to produce .

Consider the joint probability . We can express this as:

 

 

 

 

(4)

And if , we get:

 

 

 

 

(5)

Since , we can write:

 

 

 

 

(6)

Thus, we can say that and are conditionally independent given . If we think of as some past event, and as some future event, then the past and future events are independent if we know the present event . Note that this property is good definition of, as well as a useful tool for checking Markovity.

We can rewrite the joint probability as:

 

 

 

 

(7)

Therefore, if , then it follows that .

Entropy Chain Rules

As we increase the number of random variables we are dealing with, it is important to understand how this increase affects entropy. We have previously shown that for two random variables and :

 

 

 

 

(8)

For three random variables , , and :

 

 

 

 

(9)

In general:

 

 

 

 

(10)

Conditional Mutual Information

Conditional mutual information is defined as the expected value of the mutual information of two random variables given the value of a third random variable.

Chain Rule for Mutual Information

For two random variables and :

 

 

 

 

(11)

The Data Processing Inequality

Sufficient Statistics

Fano's Inequality