Function of two random variables

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
7 replies · 2K views
Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



We have two independent, exponentially distributed random variables X and Y (with parameter a).

Z = X/(X+Y)

What is Z:s distributon function?

Homework Equations


The Attempt at a Solution



I think I need some intuition to what I'm really doing with these, I'm having a really tough time and would be extremely grateful for a good explanation.

P(Z < z) = P(X/(X+Y) < z)... Solving this problem corresponds to doing a double integral of f(x,y) over some interval (?) defined by z. Am I getting that correctly? I don't understand how to find that interval. Help??!

Been at this for days but I'm still struggling. Having a hard time finding good materials that cover this aswell...
 
on Phys.org
Ok so we can write the area as: X < Yz/(1-z)

So ∫∫ f(x,y) dx dy, were we integrate from 0 to Yz/(1-z) with respect to x, and from 0 to ∞ with respect to y?
 
You have to be careful about whether 1-z is positive or negative when you divide both sides of the inequality though (so your region of integration is slightly different). Other than that it looks good
 
Can you elaborate on what "being careful" entails here? Obviously z will have bounds but I guess you're talking about something else?
 
Gauss M.D. said:
Can you elaborate on what "being careful" entails here? Obviously z will have bounds but I guess you're talking about something else?

For z > 0, [tex]\{X/(X+Y) \leq z \} = \{ X \leq z(X+Y) \} = \{ (1-z) X \leq z Y \}.[/tex] What do you get if 0 < z < 1? What do you get if z > 1?
 
Well... if X and Y are positive, X/(X+Y) < z tells us that z < 1, right?