How to determine if random variables x,y,z are independent?

lep11
Messages
380
Reaction score
7
Let ##f(x,y,z)=x^2e^{-x-xy-xz}##, if ##x,y,z>0## and ##f(x,y,z)=0## otherwise. Are the continuous random variables ##x,y,z## independent or not?

Intuitively they are not independent. I calculated the marginal density functions:

##f_x(x)=\iint_{\Omega} f(x,y,z) dydz=e^{-x}##

##f_y(y)=\iint_{\Omega} f(x,y,z) dxdz=(y+1)^{-2}##

##f_z(z)=\iint_{\Omega} f(x,y,z) dxdy=(z+1)^{-2}##

Now we observe that if ##x,y,z>0##,

##(x,y,z)=x^2e^{-x-xy-xz}\neq{e^{-x}}(y+1)^{-2}(z+1)^{-2}##. Thus ##x,y,z## are not independent.
Is this correct?
Is there easier method to check if they are independent as this way is 'a bit tedious'?
 
  • Like
Likes mfb
Physics news on Phys.org
If they are independent, then f(2,2,1)/f(1,2,1) = f(2,1,1)/f(1,1,1), which is easy to check. Picking the right values is the interesting part, because you don't gain anything if the equality holds.
 
mfb said:
If they are independent, then f(2,2,1)/f(1,2,1) = f(2,1,1)/f(1,1,1), which is easy to check. Picking the right values is the interesting part, because you don't gain anything if the equality holds.
Did you arbitrarily pick the values of x,y and z? I checked and the equation holds. Is the original post o.k.?
 
I picked them arbitrarly. I get $$\frac{4 e^{-8}}{e^{-4}} = \frac{4 e^{-6}}{e^{-3}}$$
Which is wrong.

Your method works as well, but it is more work.
 
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