Statistical independence

In probability theory, to say that two events are independent, intuitively means that the occurrence of one event makes it neither more nor less probable that the other occurs. For example:

Similarly, two random variables are independent if the conditional probability distribution of either given the observed value of the other is the same as if the other's value had not been observed.

Contents

Independent events

The standard definition says:

Two events A and B are independent if and only if Pr(AB) = Pr(A)Pr(B).

Here AB is the intersection of A and B, that is, it is the event that both events A and B occur.

More generally, any collection of events -- possibly more than just two of them -- are mutually independent if and only if for any finite subset A1, ..., An of the collection we have

\Pr\left(\bigcap_{i=1}^n A_i\right)=\prod_{i=1}^n \Pr(A_i). \!\,

This is called the multiplication rule for independent events.

If two events A and B are independent, then the conditional probability of A given B is the same as the unconditional (or marginal) probability of A, that is,

\Pr(A\mid B)=\Pr(A). \!\,

There are at least two reasons why this statement is not taken to be the definition of independence: (1) the two events A and B do not play symmetrical roles in this statement, and (2) problems arise with this statement when events of probability 0 are involved.

The conditional probability of event A given B is given by

\Pr(A\mid B)={\Pr(A \cap B) \over \Pr(B)}, \!\, (so long as Pr(B) ≠ 0 )

The statement above is equivalent to

\Pr(A \cap B)=\Pr(A)\Pr(B) \!\,

which is the standard definition given above.

Note that independence does not have the same meaning as it does in the vernacular. For example an event is independent of itself if and only if

\Pr(A) = \Pr(A \cap A) = \Pr(A)\Pr(A).

That is, if its probability is one or zero. Thus if an event or its complement almost surely occurs, it is independent of itself. For example, if event A is choosing any number but 0.5 from a uniform distribution on the unit interval, A is independent of itself, even though, tautologically, A fully determines A.

Independent random variables

What is defined above is independence of events. In this section we treat independence of random variables. If X is a real-valued random variable and a is a number then the event {X ≤ a} is the set of outcomes that correspond to X being less than or equal to a. As these are sets of outcomes that have probabilities, it makes sense to referring to events of this sort being independent of other events of this sort.

Two random variables X and Y are independent if and only if for any numbers a and b the events {X ≤ a} (the outcomes where X being less than or equal to a) and {Y ≤ b} are independent events as defined above. Similarly an arbitrary collection of random variables -- possible more than just two of them -- is independent precisely if for any finite collection X1, ..., Xn and any finite set of numbers a1, ..., an, the events {X1 ≤ a1},..., {Xn ≤ an} are independent events as defined above.

The measure-theoretically inclined may prefer to substitute events {X ∈ A} for events {X ≤ a} in the above definition, where A is any Borel set. That definition is exactly equivalent to the one above when the values of the random variables are real numbers. It has the advantage of working also for complex-valued random variables or for random variables taking values in any topological space.

If any two of a collection of random variables are independent, they may nonetheless fail to be mutually independent; this is called pairwise independence.

If X and Y are independent, then the expectation operator E has the nice property

E[X Y] = E[X] E[Y],

and for the variance we have

var(X + Y) = var(X) + var(Y),

so the covariance cov(X,Y) is zero. (The converse of these, i.e. the proposition that if two random variables have a covariance of 0 they must be independent, is not true. See uncorrelated.)

Furthermore, random variables X and Y with distribution functions FX(x) and FY(y), and probability densities fX(x) and fY(y), are independent if and only if the combined random variable (X,Y) has a joint distribution

F_{X,Y}(x,y) = F_X(x) F_Y(y),

or equivalently, a joint density

f_{X,Y}(x,y) = f_X(x) f_Y(y).

Similar expressions characterise independence more generally for more than two random variables.

Conditionally independent random variables

Main article: Conditional independence

Intuitively, two random variables X and Y are conditionally independent given Z if, once Z is known, the value of Y does not add any additional information about X. For instance, two measurements X and Y of the same underlying quantity Z are not independent, but they are conditionally independent given Z (unless the errors in the two measurements are somehow connected).

The formal definition of conditional independence is based on the idea of conditional distributions. If X, Y, and Z are discrete random variables, then we define X and Y to be conditionally independent given Z if

\mathrm{P}(X \le x, Y \le y\;|\;Z = z) = \mathrm{P}(X \le x\;|\;Z = z) \cdot \mathrm{P}(Y \le y\;|\;Z = z)

for all x, y and z such that \mathrm{P}(Z \le z) > 0. On the other hand, if the random variables are continuous and have a joint probability density function p, then X and Y are conditionally independent given Z if

p_{XY|Z}(x, y | z) = p_{X|Z}(x | z) \cdot p_{Y|Z}(y | z)

for all real numbers x, y and z such that p_Z(z) > 0.

If X and Y are conditionally independent given Z, then

\mathrm{P}(X = x | Y = y, Z = z) = \mathrm{P}(X = x | Z = z)

for any x, y and z with \mathrm{P}(Z = z) > 0. That is, the conditional distribution for X given Y and Z is the same as that given Z alone. A similar equation holds for the conditional probability density functions in the continuous case.

Independence can be seen as a special kind of conditional independence, since probability can be seen as a kind of conditional probability given no events.

See also