EugP
- 104
- 0
Can anyone tell me how to find the joint PDF of two random variables? I can't seem to find an explanation anywhere. I'm trying to solve a problem but I'm not sure where to go with it:
Y is an exponential random variable with parameter \lambda=4. X is also an exponential random variable and independent of Y with \lambda=3.. Find the PDF f_W(w), where W=X+Y.
I know that I simply use:
f_W(w) = \int\int (x+y) f_{X,Y}(x,y)dydx
The problem is that I don't know how to find their joint PDF. I know their PDF's separately:
f_X(x)=\left\{\begin{array}{cc}3e^{-3x},&<br /> x\geq 0\\0, & otherwise\end{array}\right.
f_Y(y)=\left\{\begin{array}{cc}4e^{-4x},&<br /> x\geq 0\\0, & otherwise\end{array}\right.
Would this help me in anyway? Please help.
Y is an exponential random variable with parameter \lambda=4. X is also an exponential random variable and independent of Y with \lambda=3.. Find the PDF f_W(w), where W=X+Y.
I know that I simply use:
f_W(w) = \int\int (x+y) f_{X,Y}(x,y)dydx
The problem is that I don't know how to find their joint PDF. I know their PDF's separately:
f_X(x)=\left\{\begin{array}{cc}3e^{-3x},&<br /> x\geq 0\\0, & otherwise\end{array}\right.
f_Y(y)=\left\{\begin{array}{cc}4e^{-4x},&<br /> x\geq 0\\0, & otherwise\end{array}\right.
Would this help me in anyway? Please help.