Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /cgihome/cis520/html/dynamic/2017/wiki/pmwiki.php on line 691

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /cgihome/cis520/html/dynamic/2017/wiki/pmwiki.php on line 694

Warning: Use of undefined constant MathJaxInlineCallback - assumed 'MathJaxInlineCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2017/wiki/cookbook/MathJax.php on line 84

Warning: Use of undefined constant MathJaxEquationCallback - assumed 'MathJaxEquationCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2017/wiki/cookbook/MathJax.php on line 88

Warning: Use of undefined constant MathJaxLatexeqrefCallback - assumed 'MathJaxLatexeqrefCallback' (this will throw an Error in a future version of PHP) in /cgihome/cis520/html/dynamic/2017/wiki/cookbook/MathJax.php on line 94
CIS520 Machine Learning | Lectures / Weak Union
Recent Changes - Search:

Home

Weak Union

 

Prove

{$ (X \bot Y,W | Z) \rightarrow (X \bot Y | Z,W) $}

Use Conditional Independence definition: {$ (A \bot B | C) \rightarrow p(A|B,C) = p(A|C) $}

on each of the two parts of the theorem

{$ (X \bot Y,W | Z) \rightarrow p(X|Y,W,Z) = p(X|Z) $}

{$ (X \bot Y | Z,W) \rightarrow P(X|Y,W,Z) = P(X|Z,W)$}

but {$ p(X|Z) = P(X|Z,W)$}

Why?

{$ p(X|Z)$} is the expectation over Y and W of {$ p(X|Y,W,Z) $}, and {$P(X|Z,W)$} is the expectation over Y of the same quantity. But since we assumed X is conditionally independent of Y and W, taking the expectation over Y or W or both does not change the value. Back to Lectures

Edit - History - Print - Recent Changes - Search
Page last modified on 24 November 2013 at 03:10 PM