The Joint CDF of Two Discrete Random Variables

Defines the joint cumulative distribution function (CDF) of two discrete random variables, computes it from a joint PMF, recovers marginal CDFs by limiting in one variable, and uses the rectangle (inclusion-exclusion) formula to compute probabilities of rectangular events and individual PMF entries from the joint CDF.

Step 1 of 157%

Tutorial

Introduction

The joint cumulative distribution function (joint CDF) of two discrete random variables XX and YY is defined as

FX,Y(x,y)=P(Xx,Yy).F_{X,Y}(x,y) = P(X \le x,\, Y \le y).

In terms of the joint PMF pX,Yp_{X,Y}, this is the sum of the PMF over all pairs (xi,yj)(x_i, y_j) in the bottom-left rectangle with corner at (x,y)(x, y):

FX,Y(x,y)=xixyjypX,Y(xi,yj).F_{X,Y}(x,y) = \sum\limits_{x_i \le x}\, \sum\limits_{y_j \le y} p_{X,Y}(x_i, y_j).

For example, suppose XX and YY have the joint PMF

pX,Y(x,y)y=0y=1x=00.20.3x=10.10.4\begin{array}{c|cc} p_{X,Y}(x,y) & y=0 & y=1 \\ \hline x=0 & 0.2 & 0.3 \\ x=1 & 0.1 & 0.4 \end{array}

To find FX,Y(0,1)F_{X,Y}(0,1), we sum the joint PMF over all pairs (xi,yj)(x_i, y_j) with xi0x_i \le 0 and yj1y_j \le 1:

FX,Y(0,1)=pX,Y(0,0)+pX,Y(0,1)=0.2+0.3=0.5.F_{X,Y}(0,1) = p_{X,Y}(0,0) + p_{X,Y}(0,1) = 0.2 + 0.3 = 0.5.

Notice that 0FX,Y(x,y)10 \le F_{X,Y}(x,y) \le 1 for every (x,y)(x,y). The joint CDF equals 11 once xx and yy exceed the largest values XX and YY can take, and equals 00 when either is below the smallest possible value.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle