Cumulative distribution function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
cse63146
Messages
435
Reaction score
0

Homework Statement



Let X and Y be continuous random variables having joint probability density function

[tex]f(x,y) = e^{-y}[/tex] if 0 [tex]\leq x \leq y[/tex]

A) Determine the joint cumulative distribution function F(x,y) of X and Y. (Hint: Consider the three cases 1) [tex]x \leq 0[/tex] or [tex]y \leq 0[/tex] 2) 0 < x < y 3) 0 <y < x

B) Let [tex]F_X (x)[/tex] and [tex]F_Y (y)[/tex] be the marginal cumulative distribution functions of X and Y. One can show that [tex]F_X (x) = Lim_{Y \rightarrow \infty} F(x,y)[/tex] and [tex]F_Y (y) = Lim_{X \rightarrow \infty} F(x,y)[/tex]. Use this result to obtain [tex]F_X (x)[/tex] and [tex]F_Y (y)[/tex]

Homework Equations





The Attempt at a Solution



Not sure how to start with A).

I know that [tex]F(x,y) = \int^x_{- \infty} \int^y_{- \infty} f(x,y) dy dx[/tex]

Does it mean for the case where x < 0 it would be:

[tex]F(x,y) = \int^0_{- \infty} \int^y_{- \infty} f(x,y) dy dx[/tex] ?
 
Physics news on Phys.org
So considering the 3 cases, would it be the following series of integrals:

[tex]\int^x_{- \infty}\int^0_{- \infty}f(u,v) dv du + \int^x_{- \infty}\int^y_{x}f(u,v) dv du + \int^x_{- \infty}\int^x_{y}f(u,v) dv du[/tex]