Conditional expectation on multiple variables

dabd
Messages
25
Reaction score
0
How to compute E[X|Y1,Y2]?
Assume all random variables are discrete.

I tried E[X|Y1,Y2] = \sum_x{x p(x|y1,y2) but I'm not sure how to compute p(x|y1,y2] = \frac{p(x \cap y1 \cap y2)}{p(y1 \cap y2)}

If it is correct, how can I simplify the expression if Y1 and Y2 are iid?
 
Physics news on Phys.org
If y1 and y2 are independent then p(y1, y2) = p(y1)p(y2).
 
In general

<br /> p(x \mid y_1, y_2) = \frac{p(x,y_1,y_2)}{p(y_1,y_2)}<br />

where the numerator is the joint density (or mass function for discrete case) of all three, and the denominator is the marginal of the two ys. You treat this as a function of x alone. Then, in the discrete case, the expected value is

<br /> \sum x p(x \mid y_1, y_2)<br />

and in the continuous case it is

<br /> \int x p(x \mid y_1, y_2) \, dx<br />

In each case it is possible for the answer to depend on both y_1, y_2.
 
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Back
Top