Independence of Discrete Random Variables
Define what it means for two discrete random variables to be independent, check independence from a joint pmf table, and use independence to compute joint probabilities from marginal information.
Tutorial
Introduction
Two discrete random variables and are independent if their joint pmf factors as the product of their marginal pmfs:
for every pair in the support of
Intuitively, knowing the value of one variable gives no information about the other. We write to denote that and are independent.
This condition must hold at every cell of the joint pmf table -- if even a single entry fails to equal the product of the corresponding marginals, then and are not independent.
To check independence from a joint pmf table:
- Sum each row to obtain the marginal pmf of and each column to obtain the marginal pmf of
- For each cell, verify that
- If every cell matches, As soon as one cell fails, and are not independent.
For example, consider the joint pmf
The marginals are and Every cell equals the product of the corresponding marginals (for instance, ), so and are independent.