How Do You Calculate Conditional Expectations in Probability Theory?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Scootertaj
Messages
97
Reaction score
0
1. Let the joint pdf be f(x,y) = 2 ; 0<x<y<1 ; 0<y<1
Find E(Y|x) and E(X|y)

Homework Equations



E(Y|x) = [itex]\int Y*f(y|x)dy[/itex]
f(y|x) = f(x,y) / f(x)

The Attempt at a Solution


f(x) = [itex]\int 2dy[/itex] from 0 to y = 2y
f(y|x) = f(x,y)/f(x) = 1/2y
E(Y|x) = [itex]\int Y/2Y dy[/itex] from x to 1 = [itex]\int 1/2 dy[/itex] from x to 1
= -(x-1)/2
= (1-x)/2

The answer is supposed to be (1+x)/2
 
Physics news on Phys.org
Your expression for f(x) is wrong. It should be a function of x, not of y. Try drawing a picture of the region where f(x,y) is nonzero. Then answer this question: for a fixed value of x, what values of y will give you a nonzero f(x,y)?
 
The only other way I can think of doing f(x) would be to integrate from 0 to 1 instead. f(x) is defined as the integral of the joint pdf in terms of y.

So, we could get integral(2dy) from x to 1?
 
Scootertaj said:
The only other way I can think of doing f(x) would be to integrate from 0 to 1 instead. f(x) is defined as the integral of the joint pdf in terms of y.

So, we could get integral(2dy) from x to 1?
Correct, from x to 1 (not as 0 to 1 as you wrote in the previous paragraph). Also be sure to state which values of x this is valid for.
 
That will give us 2(1-x) so f(y|x) = 1/(1-x)

I'm confused how this will give (1+x)/2 for E(y|x)
 
Just kidding I worked it out, thanks.
 
Scootertaj said:
That will give us 2(1-x) so f(y|x) = 1/(1-x)

I'm confused how this will give (1+x)/2 for E(y|x)

That's the answer I got. What integral are you calculating for E(y|x)?

[edit] Cool, I see you got it.