Reputation: 33
A target node is independent of all other nodes in a Bayesian network given its Markov Blanket. I am confused how this can be applied. Can I for example target any node in the graph to determine its independence from another node?
Consider this example:
How would I determine whether J is independent of K given W?
Upvotes: 1
Views: 681
Reputation: 21
For this query that you have chosen, J is not independent of K given W, simply because K is part of J's Markov blanket. Also, J cannot be independent of K because K is J's Parent.
In general, we can determine if 2 nodes are conditionally independent of each other (given some other nodes) based on the following scenarios:
1) Indirect "Causal" Effect
2) Indirect Evidential Effect
3) Common "Cause"
4) Common Effect / Collider
It is not entirely necessary to use Markov Blankets to determine if 2 nodes are independent of each other.
But to give you a better understanding of how Markov blanket can be applied to determine independence, lets consider the node C
Given C's Markov Blanket, L, G, W, J, which are C's Parents, Children, and Children's Parents, C is then independent of every other node in the Bayesian Network.
Therefore, we can say that: C is independent of B, X, T, K, given L, G, W, J
Upvotes: 1