How do I solve for conditional variance in a continuous distribution?

AI Thread Summary
To solve for the conditional variance Var[Y|X=x] in a continuous distribution, first use the formula Var[Y|X=x] = E[Y^2|X=x] - (E[Y|X=x])^2. To find E[Y|X=x], apply the conditional expectation formula E[Y|X=x] = ∫ y*f(y|x)*dy, where f(y|x) is derived from the joint distribution f(x,y) divided by the marginal f(x). The integration should be performed over the appropriate limits for y, which correspond to the conditional distribution given a specific x value. This approach allows for calculating the conditional variance by treating each x as a parameter that defines a unique univariate distribution for Y.
waealu
Messages
36
Reaction score
0
I am working on studying for a probability exam and I just came across conditional variance, but I can't find anything in my materials for how to solve it.

If I want to find the conditional variance of Y given that X=x, or Var[Y|X=x], how would I solve it? I am given a continuous distribution function of:

f(x,y) = 2x, for 0<x<1, x<y<x+1
otherwise 0.

How do I set up this question?

Thanks!
 
Physics news on Phys.org
Sorry, I think I posted this in the wrong part of the forum. I re-posted it in the Homework help section.
 
Hey waealu and welcome to the forums.

Given VAR[Y|X=x] = E[Y^2|X=x] - (E[Y|X=x])^2, what can you do to calculate the variance?
 
I understand that's how you could get the conditional variance, but how do you get the conditional expectation.

Is it E[Y|X=x]=∫ y*f(y|x)*dy ?

Where f(y|x) = f(x,y) / f(x) ?
 
You integrate out the y component and get an expectation in terms of some x. So usually for getting the expectation of a bi-variate distribution, you integrate across some two-dimensional region, but since it is conditional you are going to integrate with respect to dy and you will get a conditional expectation in terms of some parameter for X=x.

The easiest way to think of it is that for each value of x there is a 'slice' that is in the y-z axis that corresponds to a univariate distribution in terms of y for a fixed x. So if think of the individual slices corresponding to x-values, you have a different univariate distribution for every valid value of x and you are finding an expectation conditioned on a particular value of x. Because you don't specify the x-value it becomes a parameter.

So the conditional expectation assuming E[Y|X=x] is Integral(y-minimum,ymaximum)yf(x,y)dy.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top