Conditional expectation (w/ transformation)

island-boy
Messages
93
Reaction score
0
Any hints on how to solve for E(Y|X) given the ff:

Suppose U and V are independent with exponential distributions
f(t) = \lambda \exp^{-\lambda t}, \mbox{ for } t\geq 0

Where X = U + V and Y = UV.

I am having difficulty finding f(Y|X)...
Also, solving for f(X,Y), I am also having difficulty transforming U and V to X and Y. I was able to define U and V to X and Y, but the terms are so complicated that its difficult to get the Jacobian.

So maybe, there's no need for transformation?

Help please. Thanks!
 
Last edited:
Physics news on Phys.org
ETA:
here's what I was able to get so far.

Since U and V are independent,
then f(U,V) = f(U)f(V)
thus
f(U,V) = \lambda^{2} \exp^{-\lambda (u+v)}, \mbox{ for } u\geq 0 v\geq 0

To solve for E(Y|X), I would need to find f(Y|X)
f(Y|X) = \frac{f(X,Y)}{f(X)}

to get f(X,Y), I need to transform U and V to X and Y.
thus
f(X,Y) = \lambda^{2} \exp^{-\lambda (x)} |J|
where J is the jacobian.

my rpoblem is in solving for the Jacobian.

Since X = U+V
and Y =UV

then either
U = \frac{2Y}{X+ \sqrt{X^{2} - 4Y}}
V = \frac{X+\sqrt{X^{2} - 4Y}}{2}

or
U = \frac{2Y}{X- \sqrt{X^{2} - 4Y}}
V = \frac{X-\sqrt{X^{2} - 4Y}}{2}

problem is, getting the Jacobian of U and V would result in a very complicated and long expresion.

so I was thinking, maybe, I don't need to do the transformation. If not. What should I do?

Thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top