Conditional independence

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

In probability theory, conditional independence describes situations in which an observation is irrelevant or redundant when evaluating the certainty of a hypothesis. It is the opposite of conditional dependence. Conditional independence is usually formulated in terms of conditional probability, as a special case where the probability of the hypothesis given the uninformative observation is equal to the probability without. If A is the hypothesis, and B and C are observations, conditional independence can be stated as an equality:

P(AB,C)=P(AC)

where P(AB,C) is the probability of A given both B and C. Since the probability of A given C is the same as the probability of A given both B and C, this equality expresses that B contributes nothing to the certainty of A. In this case, A and B are said to be conditionally independent given C, written symbolically as: (ABC).

The concept of conditional independence is essential to graph-based theories of statistical inference, as it establishes a mathematical relation between a collection of conditional statements and a graphoid.

Conditional independence of events

[edit | edit source]

Let A, B, and C be events. A and B are said to be conditionally independent given C if and only if P(C)>0 andP(AB,C)=P(AC). This property is symmetric (more on this below) and often written as (ABC), which should be read as((AB)|C).

Equivalently, conditional independence may be stated as P(A,B|C)=P(A|C)P(B|C) where P(A,B|C) is the joint probability of A and B given C. This alternate formulation states that A and B are independent events, given C.

It demonstrates that (ABC) is equivalent to (BAC).

Proof of the equivalent definition

[edit | edit source]
P(A,BC)=P(AC)P(BC)P(A,B,C)P(C)=(P(A,C)P(C))(P(B,C)P(C))definition of conditional probabilityP(A,B,C)=P(A,C)P(B,C)P(C)multiply both sides by P(C)P(A,B,C)P(B,C)=P(A,C)P(C)divide both sides by P(B, C)P(AB,C)=P(AC)definition of conditional probability

Examples

[edit | edit source]

Coloured boxes

[edit | edit source]

Each cell represents a possible outcome. The events R, B and Y are represented by the areas shaded red, blue and yellow respectively. The overlap between the events R and B is shaded purple.

These are two examples illustrating conditional independence.

The probabilities of these events are shaded areas with respect to the total area. In both examples R and B are conditionally independent given Y because:

Pr(R,BY)=Pr(RY)Pr(BY)[1]

but not conditionally independent given [not Y] because:

Pr(R,Bnot Y)=Pr(Rnot Y)Pr(Bnot Y)

Proximity and delays

[edit | edit source]

Let events A and B be defined as the probability that person A and person B will be home in time for dinner where both people are randomly sampled from the entire world. Events A and B can be assumed to be independent i.e. knowledge that A is late has minimal to no change on the probability that B will be late. However, if a third event is introduced, person A and person B live in the same neighborhood, the two events are now considered not conditionally independent. Traffic conditions and weather-related events that might delay person A, might delay person B as well. Given the third event and knowledge that person A was late, the probability that person B will be late does meaningfully change.[2]

Dice rolling

[edit | edit source]

Conditional independence depends on the nature of the third event. If you roll two dice, one may assume that the two dice behave independently of each other. Looking at the results of one die will not tell you about the result of the second die. (That is, the two dice are independent.) If, however, the 1st die's result is a 3, and someone tells you about a third event - that the sum of the two results is even - then this extra unit of information restricts the options for the 2nd result to an odd number. In other words, two events can be independent, but NOT conditionally independent.[2]

Height and vocabulary

[edit | edit source]

Height and vocabulary are dependent since very small people tend to be children, known for their more basic vocabularies. But knowing that two people are 19 years old (i.e., conditional on age) there is no reason to think that one person's vocabulary is larger if we are told that they are taller.

Conditional independence of random variables

[edit | edit source]

Two discrete random variables X and Y are conditionally independent given a third discrete random variable Z if and only if they are independent in their conditional probability distribution given Z. That is, X and Y are conditionally independent given Z if and only if, given any value of Z, the probability distribution of X is the same for all values of Y and the probability distribution of Y is the same for all values of X. Formally:

where FX,YZ=z(x,y)=Pr(Xx,YyZ=z) is the conditional cumulative distribution function of X and Y given Z.

Two events R and B are conditionally independent given a σ-algebra Σ if

Pr(R,BΣ)=Pr(RΣ)Pr(BΣ) a.s.

where Pr(AΣ) denotes the conditional expectation of the indicator function of the event A, χA, given the sigma algebra Σ. That is,

Pr(AΣ):=E[χAΣ].

Two random variables X and Y are conditionally independent given a σ-algebra Σ if the above equation holds for all R in σ(X) and B in σ(Y).

Two random variables X and Y are conditionally independent given a random variable W if they are independent given σ(W): the σ-algebra generated by W. This is commonly written:

XYW or
XYW

This is read "X is independent of Y, given W"; the conditioning applies to the whole statement: "(X is independent of Y) given W".

(XY)W

This notation extends XY for "X is independent of Y."

If W assumes a countable set of values, this is equivalent to the conditional independence of X and Y for the events of the form [W=w]. Conditional independence of more than two events, or of more than two random variables, is defined analogously.

The following two examples show that XY neither implies nor is implied by (XY)W.

First, suppose W is 0 with probability 0.5 and 1 otherwise. When W = 0 take X and Y to be independent, each having the value 0 with probability 0.99 and the value 1 otherwise. When W=1, X and Y are again independent, but this time they take the value 1 with probability 0.99. Then (XY)W. But X and Y are dependent, because Pr(X = 0) < Pr(X = 0|Y = 0). This is because Pr(X = 0) = 0.5, but if Y = 0 then it's very likely that W = 0 and thus that X = 0 as well, so Pr(X = 0|Y = 0) > 0.5.

For the second example, suppose XY, each taking the values 0 and 1 with probability 0.5. Let W be the product XY. Then when W=0, Pr(X = 0) = 2/3, but Pr(X = 0|Y = 0) = 1/2, so (XY)W is false. This is also an example of Explaining Away. See Kevin Murphy's tutorial [3] where X and Y take the values "brainy" and "sporty".

Conditional independence of random vectors

[edit | edit source]

Two random vectors 𝐗=(X1,,Xl)T and 𝐘=(Y1,,Ym)T are conditionally independent given a third random vector 𝐙=(Z1,,Zn)T if and only if they are independent in their conditional cumulative distribution given 𝐙. Formally:

where 𝐱=(x1,,xl)T, 𝐲=(y1,,ym)T and 𝐳=(z1,,zn)T and the conditional cumulative distributions are defined as follows.

F𝐗,𝐘𝐙=𝐳(𝐱,𝐲)=Pr(X1x1,,Xlxl,Y1y1,,YmymZ1=z1,,Zn=zn)F𝐗𝐙=𝐳(𝐱)=Pr(X1x1,,XlxlZ1=z1,,Zn=zn)F𝐘𝐙=𝐳(𝐲)=Pr(Y1y1,,YmymZ1=z1,,Zn=zn)

Uses in Bayesian inference

[edit | edit source]

Let p be the proportion of voters who will vote "yes" in an upcoming referendum. In taking an opinion poll, one chooses n voters randomly from the population. For i = 1, ..., n, let Xi = 1 or 0 corresponding, respectively, to whether or not the ith chosen voter will or will not vote "yes".

In a frequentist approach to statistical inference one would not attribute any probability distribution to p (unless the probabilities could be somehow interpreted as relative frequencies of occurrence of some event or as proportions of some population) and one would say that X1, ..., Xn are independent random variables.

By contrast, in a Bayesian approach to statistical inference, one would assign a probability distribution to p regardless of the non-existence of any such "frequency" interpretation, and one would construe the probabilities as degrees of belief that p is in any interval to which a probability is assigned. In that model, the random variables X1, ..., Xn are not independent, but they are conditionally independent given the value of p. In particular, if a large number of the Xs are observed to be equal to 1, that would imply a high conditional probability, given that observation, that p is near 1, and thus a high conditional probability, given that observation, that the next X to be observed will be equal to 1.

Rules of conditional independence

[edit | edit source]

A set of rules governing statements of conditional independence have been derived from the basic definition.[4][5]

These rules were termed "Graphoid Axioms" by Pearl and Paz,[6] because they hold in graphs, where XAB is interpreted to mean: "All paths from X to A are intercepted by the set B".[7]

Symmetry

[edit | edit source]
XYZYXZ

Proof:

From the definition of conditional independence,

XYZP(X,YZ)=P(XZ)P(YZ)YXZ

Decomposition

[edit | edit source]
XYZh(X)YZ

Proof From the definition of conditional independence, we seek to show that:

XYZP(h(X),YZ)=P(h(X)Z)P(YZ)

. The left side of this equality is:

P(h(X)=a,Y=yZ=z)=X:h(X)=aP(X=x,Y=yZ=z)

, where the expression on the right side of this equality is the summation over X such that h(X)=a of the conditional probability of X,Y on Z. Further decomposing,

X:h(X)=aP(X=x,Y=yZ=z)=X:h(X)=aP(X=xZ=z)P(Y=yZ=z)=P(Y=yZ=z)X:h(X)=aP(X=xZ=z)=P(YZ)P(h(X)Z)

. Special cases of this property include

  • (X,W)YZXYZ
    • Proof: Let us define A=(X,W) and h() be an 'extraction' function h(X,W)=X. Then:
(X,W)YZAYZh(A)YZDecompositionXYZ
  • X(Y,W)ZXYZ
    • Proof: Let us define V=(Y,W) and h() be again an 'extraction' function h(Y,W)=Y. Then:
X(Y,W)ZXVZVXZSymmetryh(V)XZDecompositionYXZXYZSymmetry

Weak union

[edit | edit source]
XYZXY(Z,h(X))

Proof:

Given XYZ, we aim to show

XY(Z,h(X))XYUwhereU=(Z,h(X))YXUSymmetryP(YX,U)=P(YU)P(YX,Z,h(X))=P(YZ,h(X))

. We begin with the left side of the equation

P(YX,Z,h(X))=P(YX,Z)=P(YZ)Since by symmetry YXZ

. From the given condition

XYZh(X)YZDecompositionYh(X)ZSymmetryP(YZ,h(X))=P(YZ)

. Thus P(YX,Z,h(X))=P(YZ,h(X)), so we have shown that XY(Z,h(X)).

Special Cases:

Some textbooks present the property as

  • X(Y,W)ZXY(Z,W).[8]
  • (X,W)YZXY(Z,W).

Both versions can be shown to follow from the weak union property given initially via the same method as in the decomposition section above.

Contraction

[edit | edit source]
XABXB} and XA,B

Proof

This property can be proved by noticing Pr(XA,B)=Pr(XB)=Pr(X), each equality of which is asserted by XAB and XB, respectively.

Intersection

[edit | edit source]

For strictly positive probability distributions,[5] the following also holds:

XYZ,WXWZ,Y} and XW,YZ

Proof

By assumption:

P(X|Z,W,Y)=P(X|Z,W)P(X|Z,W,Y)=P(X|Z,Y)P(X|Z,Y)=P(X|Z,W)

Using this equality, together with the Law of total probability applied to P(X|Z):

P(X|Z)=wWP(X|Z,W=w)P(W=w|Z)=wWP(X|Y,Z)P(W=w|Z)=P(X|Z,Y)wWP(W=w|Z)=P(X|Z,Y)

Since P(X|Z,W,Y)=P(X|Z,Y) and P(X|Z,Y)=P(X|Z), it follows that P(X|Z,W,Y)=P(X|Z)XY,W|Z.

Technical note: since these implications hold for any probability space, they will still hold if one considers a sub-universe by conditioning everything on another variable, say K. For example, XYYX would also mean that XYKYXK.

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ To see that this is the case, one needs to realise that Pr(RB | Y) is the probability of an overlap of R and B (the purple shaded area) in the Y area. Since, in the picture on the left, there are two squares where R and B overlap within the Y area, and the Y area has twelve squares, Pr(RB | Y) = 2/12 = 1/6. Similarly, Pr(R | Y) = 4/12 = 1/3 and Pr(B | Y) = 6/12 = 1/2.
  2. ^ a b Could someone explain conditional independence?
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ a b J Pearl, Causality: Models, Reasoning, and Inference, 2000, Cambridge University Press
  6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  7. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  8. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]
  • Error creating thumbnail: File missing Media related to Lua error in Module:Commons_link at line 62: attempt to index field 'wikibase' (a nil value). at Wikimedia Commons