Conditional distribution of a function of random variables

479 Views Asked by At

I have a question about conditional distribution. Suppose we have three independent random variables $X_1$, $X_2$, $X_3$.

Then we have mapping $Y_1=g(X_1, X_2)$. The mapping is not necessarily an invertible function, meaning it can be many to one eg. many combinations of $(X_1, X_2)$ have same $Y_1$ value. And we also have another mapping $Y_2=f(X_1,X_2,X_3)$.

My question is can we say the distribution functions follow $$P_{Y_2 \mid X_1,X_2}(y_2)=P_{X_3}(v)=P_{Y_2 \mid Y_1}(w)$$ where $v$ and $w$ are function of $x_1, x_2,y_2$. Please explain the answer. If $Y_1, Y_2$ are invertible function meaning one to one does the answer change?

Edit: Example $$Y_1=X_1+X_2$$ $$Y_2=X_1+X_2+X_3$$ where $X_1,X_2,X_3$ are independent. And $P_{X_3}$ is the distribution function of $X_3$. I think the above relation hold in this case. Does it hold generally? is my question.

1

There are 1 best solutions below

3
On BEST ANSWER

Some general facts which yield the answers to your questions:

  • If the random variables $X$ and $Y$ are independent, then $E[u(X,Y)\mid Y]=v(Y)$, where $v$ is defined by $v(y)=E[u(X,y)]$ for every $y$.
  • For every random variables $X$ and $Y$, $E[X\mid u(Y)]=E[E[X\mid Y]\mid u(Y)]$.
  • For some unspecified random variable $Y$ and functions $u$ and $v$, there is no general formula for $E[u(Y)\mid v(Y)]$.

Hence none of the two idendities you suggest holds.

Edit: In the specific case $Y_1=X_1+X_2$ and $Y_2=X_1+X_2+X_3$:

  • the conditional distribution of $Y_2$ conditionally on $(X_1,X_2)=(x_1,x_2)$ is the distribution of $x_1+x_2+X_3$,
  • the distribution of $X_3$ is... well, the distribution of $X_3$,
  • the conditional distribution of $Y_2$ conditionally on $Y_1=y_1$ is the distribution of $y_1+X_3$.