Independence
Tags |
---|
Independence
Tricky thing on mutual independence
If a set of random variables are mutually independent, then it implies that they are pairwise independent. However, it is NOT the other way around! If everything is pairwise independent, it may not be the case that they are mutually independent. It is possible to find a counterexample.
Counterexample
Consider the result of two coin flips. Let be “heads first” and be “heads second” and be “two heads or two tails”. Now, it is obvious that X and Y are independent. It is also true that is independent of , because regardless of the value of , there is an equal chance for same result or different result, which is what is looking for. Same logic holds for . However, it is not the case that are mutually independent. If we know that is true and is true, then it is necessarily true that is true. It’s like the XOR problem we talk about in the bayesian network section.
Conditional independence
We talk about two events being conditional independent
if there is some event that makes independent (whereas they might be dependent otherwise). A good example is “AC turns on” and “thermometer goes up” and “it gets hotter”. As mentioned in our discussion on graphical models, are totally dependent on each other! However, they are united under a common cause (things get hotter), and therefore when we know , then and don’t provide any more information to each other.