infk
- 21
- 0
Find the joint CDF of 2 R.V with joint PDF of triangular support
Given the 2 random variables X and Y, their joint density given by:
f(x,y) = c(x + y^2) for all (x,y) in the triangle 0<y<x<1
and f(x,y) = 0 elsewhere.
Compute the joint distribution function F(X,Y)
The joint distribution is given by:
F(X,Y) = P(X\leqx, Y \leqy )
Integrate f(u,v) over the region A:= (u,v): u\in(-∞,x), v \in (-∞,y):
Due to the trianglular support, the region A becomes u\in(0,x), v \in (0,y)
c\int\intu+v^2dudv = c\int(\intu+v^2du)dv = c\int[x^2 +xv^2] = c*((yx^2)/2 + (y^3)/3).
But this does not seem to be correct at all, the distribution should tend to 1 as (x,y) \rightarrow ∞ and tend to 0 as (x,y) \rightarrow -∞
Edit:
I realized that the formula F(X,Y) = P(X\leqx, Y \leqy ) is incomplete, since that the expression Y \leqy requires that y be less than x So maybe the correct answer is F(x,y) = c*((yx^2)/2 + (y^3)/3), whenever y\leq x. I also integrated the density function f(u,v) over u\in(0,x), v \in (0,x) and arrived at the expression c((x^3)/2 + (x^4)/3).. Does this seem resonable?
Homework Statement
Given the 2 random variables X and Y, their joint density given by:
f(x,y) = c(x + y^2) for all (x,y) in the triangle 0<y<x<1
and f(x,y) = 0 elsewhere.
Compute the joint distribution function F(X,Y)
Homework Equations
The joint distribution is given by:
F(X,Y) = P(X\leqx, Y \leqy )
The Attempt at a Solution
Integrate f(u,v) over the region A:= (u,v): u\in(-∞,x), v \in (-∞,y):
Due to the trianglular support, the region A becomes u\in(0,x), v \in (0,y)
c\int\intu+v^2dudv = c\int(\intu+v^2du)dv = c\int[x^2 +xv^2] = c*((yx^2)/2 + (y^3)/3).
But this does not seem to be correct at all, the distribution should tend to 1 as (x,y) \rightarrow ∞ and tend to 0 as (x,y) \rightarrow -∞
Edit:
I realized that the formula F(X,Y) = P(X\leqx, Y \leqy ) is incomplete, since that the expression Y \leqy requires that y be less than x So maybe the correct answer is F(x,y) = c*((yx^2)/2 + (y^3)/3), whenever y\leq x. I also integrated the density function f(u,v) over u\in(0,x), v \in (0,x) and arrived at the expression c((x^3)/2 + (x^4)/3).. Does this seem resonable?
Last edited: