- #1
- 1
- 0
Hi everyone. I have this problem. Given three random variables X, Y, Z with joint pdf (probability density function)
f(x,y,z)=\exp(-(x+y+z)) if x>0, y>0, z>0; 0 elsewhere
find the pdf of U (f_U), where U is the random variable given by U=(X+Y+Z)/3.
Now I know how to find the joint pdf of a random vector of equal dimension as that of the original vector (via the Jacobian of the inverse transformation, that is, when the transformation is from R^n to R^n, but in this case it is from R^3 to R), or how to find the pdf of the sum of two independent random variables (via the convolution of the two pdfs), but I can't figure out how to do this one.
One could set the transformation to be g : R^3 \to R^3 defined by g(x,y,z)=((x+y+z)/3,y,z) (though I am not sure whether that would be right), so as to find the pdf of g(X,Y,Z) and then find the marginal density function of U, but then the integral does not converge.
And trying convolutions, something like f_U = f_X * (f_Y * f_Z) ---and here I am less sure if it's ok--- the integral doesn't converge either.
Could anybody can help me with this problem, please? Thanks in advance.
f(x,y,z)=\exp(-(x+y+z)) if x>0, y>0, z>0; 0 elsewhere
find the pdf of U (f_U), where U is the random variable given by U=(X+Y+Z)/3.
Now I know how to find the joint pdf of a random vector of equal dimension as that of the original vector (via the Jacobian of the inverse transformation, that is, when the transformation is from R^n to R^n, but in this case it is from R^3 to R), or how to find the pdf of the sum of two independent random variables (via the convolution of the two pdfs), but I can't figure out how to do this one.
One could set the transformation to be g : R^3 \to R^3 defined by g(x,y,z)=((x+y+z)/3,y,z) (though I am not sure whether that would be right), so as to find the pdf of g(X,Y,Z) and then find the marginal density function of U, but then the integral does not converge.
And trying convolutions, something like f_U = f_X * (f_Y * f_Z) ---and here I am less sure if it's ok--- the integral doesn't converge either.
Could anybody can help me with this problem, please? Thanks in advance.