Home page for accesible maths 5 Bivariate Distributions

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

5.4 Continuous Random Variables

If X and Y are both continuous random variables their joint probability density function (pdf) is defined from

FXY(x,y)=-y-xfXY(s,t)dsdt=-x-yfXY(s,t)dtds.

Equivalently

fXY(x,y)=2FXY(x,y)xy=2FXY(x,y)yx.

For simplicity, we usually only state FXY(x,y) for values of (x,y) such that fXY(x,y)>0. So if FXY is not defined for a particular (x,y) pair, then fXY(x,y)=0 at that point.

Properties of fXY(x,y):

  1. 1.

    Positivity: fXY(x,y)0 for all (x,y),

  2. 2.

    Summability: --fXY(s,t)dsdt=1.

  3. 3.

    Just as for a univariate random variable, we can find the probability of event A, i.e. 𝖯((X,Y)A), by integrating the pdf over the event A:

    𝖯((X,Y)A)=AfXY(s,t)dsdt.

For a univariate rv X it is sometimes helpful to think the probability that it is in a region A as the area under the density curve.

For a bivariate rv (X,Y) it is sometimes helpful to think the probability that it is in a region A as the volume under the density surface.

In particular

𝖯(X[x,x+δx],Y[y,y+δy])fXY(x,y)δxδy.
Example 5.4.1.

The random variables (X,Y) have joint distribution function

FXY(x,y)=x2y+y2x16

for 0<x<2, 0<y<2. Recall that, for simplicity of presentation, we only specify the cdf where the density is non-zero. Obtain:

  1. (a)

    the joint pdf,

  2. (b)

    𝖯(X<1,Y<1),

  3. (c)

    𝖯(X<1),

  4. (d)

    𝖯(X2+Y21),

  5. (e)

    𝖯(X>Y),

and explain how you could have obtained the answer to (e) without any calculation.

Solution. 

  1. (a)

    The joint pdf is

    fXY(x,y) =2xyFXY(x,y)
    =1162xy(x2y+y2x)

    for 0<x<2, 0<y<2. So

    fXY(x,y)={(x+y)/80<x<2, 0<y<20otherwise
  2. (b)

    𝖯(X<1,Y<1), two approaches: cdf and pdf.

    cdf: 𝖯(X<1,Y<1)=FXY(1,1)=(12×1+12×1)/16=1/8.

    pdf: (draw picture)

    𝖯(X<1,Y<1) =t=-1s=-1fXY(s,t)dsdt
    =18t=01s=01s+tdsdt
    =18t=01[12s2+st]s=01dt
    =18t=0112+tdt
    =18[12(t+t2)]t=01
    =18
  3. (c)

    𝖯(X<1), two approaches: cdf and pdf.

    cdf: because Y<2,

    𝖯(X<1) =FX,Y(1,)=FX,Y(1,2)
    =12×2+22×116=38

    pdf: (draw picture) Using calculations from part (b),

    𝖯(X<1) =18t=02s=01s+tdsdt
    =18t=0212+tdt
    =18[12(t+t2)]t=02
    =38.
  4. (d)

    𝖯(X2+Y2<1), pdf:

    Unnumbered Figure: Link

    𝖯(X2+Y2<1) =18s=01t=01-s2s+tdtds
    =1801[st+12t2]t=01-s2ds
    =1801s1-s2+12-12s2ds
    =18[-13(1-s2)3/2+12s-16s3]01by inspection
    =18(-0+12-16)-(-13+0-0)
    =112.
  5. (e)

    𝖯(X>Y), pdf:

    𝖯(X>Y) =18s=02t=0ss+tdtds
    =18s=02[st+12t2]t=0sdx
    =18s=0232s2ds
    =18[12s3]s=02
    =1/2.

    Without integration? 𝖯(Y=X=0), and by symmetry of fXY(x,y) about the x=y line there is equal chance of X>Y and Y>X.

Example 5.4.2.

The joint distribution (in years) for the lifetimes X and Y of two computer components has joint pdf

fXY(x,y)={βexp(-βx)exp(-y)0<x<, 0<y<0 otherwise

Find the probabilities of the following events:

  1. (a)

    Both components have lifetimes exceeding one year.

  2. (b)

    Component Y has a longer lifetime than component X.

Solution. 

  1. (a)
    𝖯(X>1,Y>1) =t=1s=1βexp(-βs)exp(-t)dsdt
    =1[-exp(-βs)exp(-t)]s=1dt
    =1exp(-β)exp(-t)dt
    =[-exp(-β)exp(-t)]1
    =exp(-β)exp(-1)=exp(-[β+1]).

    Unnumbered Figure: Link

  2. (b)
    𝖯(Y>X) =s=0t=sβexp(-βs)exp(-t)dtds
    =0[-βexp(-βs)exp(-t)]t=sds
    =0βexp(-βs)exp(-s)ds
    =0βexp(-[β+1]s)ds
    =ββ+1.