Harman Patil (Editor)

Conditional variance

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In probability theory and statistics, a conditional variance is the variance of a random variable given the value(s) of one or more other variables. Particularly in econometrics, the conditional variance is also known as the scedastic function or skedastic function. Conditional variances are important parts of autoregressive conditional heteroskedasticity (ARCH) models.

Contents

Definition

The conditional variance of a random variable Y given another random variable X is

Var ( Y | X ) = E ( ( Y E ( Y X ) ) 2 X ) .

The conditional variance tells us how much variance is left if we use E ( Y X ) to "predict" Y. Here, as usual, E ( Y X ) stands for the conditional expectation of Y given X, which we may recall, is a random variable itself (a function of X, determined up to probability one). As a result, Var ( Y | X ) itself is a random variable (and is a function of X).

Explanation, relation to least-squares

Recall that variance is the expected squared deviation between a random variable (say, Y) and its expected value. The expected value can be thought of as a reasonable prediction of the outcomes of the random experiment (in particular, the expected value is the best constant prediction when predictions are assessed by expected squared prediction error). Thus, one interpretation of variance is that it gives the smallest possible expected squared prediction error. If we have the knowledge of another random variable (X) that we can use to predict Y, we can potentially use this knowledge to reduce the expected squared error. As it turns out, the best prediction of Y given X is the conditional expectation. In particular, for any f : R R measurable,

E [ ( Y f ( X ) ) 2 ] = E [ ( Y E ( Y | X ) + E ( Y | X ) f ( X ) ) 2 ] = E [ E { ( Y E ( Y | X ) + E ( Y | X ) f ( X ) ) 2 | X } ] = E [ Var ( Y | X ) ] + E [ ( E ( Y | X ) f ( X ) ) 2 ] .

By selecting f ( X ) = E ( Y | X ) , the second, nonnegative term becomes zero, showing the claim. Here, the second equality used the law of total expectation. We also see that the expected conditional variance of Y given X shows up as the irreducible error of predicting Y given only the knowledge of X.

Conditioning on discrete random variables

When X takes on countable many values S = { x 1 , x 1 , } with positive probability, i.e., it is a discrete random variable, we can introduce Var ( Y | X = x ) , the conditional variance of Y given that X=x for any x from S as follows:

Var ( Y | X = x ) = E ( ( Y E ( Y X = x ) ) 2 X = x ) ,

where recall that E ( Z X = x ) is the conditional expectation of Z given that X=x, which is well-defined for x S . An alternative notation for Var ( Y | X = x ) is Var Y X ( Y | x ) .

Note that here Var ( Y | X = x ) defines a constant for possible values of x, and in particular, Var ( Y | X = x ) , is not a random variable.

The connection of this definition to Var ( Y | X ) is as follows: Let S be as above and define the function v : S R as v ( x ) = Var ( Y | X = x ) . Then, v ( X ) = Var ( Y | X ) almost surely.

Definition using conditional distributions

The "conditional expectation of Y given X=x" can also be defined more generally using the conditional distribution of Y given X (this exists in this case, as both here X and Y are real-valued).

In particular, letting P Y | X be the (regular) conditional distribution P Y | X of Y given X, i.e., P Y | X : B × R [ 0 , 1 ] (the intention is that P Y | X ( U , x ) = P ( Y U | X = x ) almost surely over the support of X), we can define

Var ( Y | X = x ) = ( y y P Y | X ( d y | x ) ) 2 P Y | X ( d y | x ) .

This can, of course, be specialized to when Y is discrete itself (replacing the integrals with sums), and also when the conditional density of Y given X=x with respect to some underlying distribution exists.

Components of variance

The law of total variance says

Var ( Y ) = E ( Var ( Y X ) ) + Var ( E ( Y X ) ) .

In words: the variance of Y is the sum of the expected conditional variance Y given X and the variance of the conditional expectation of Y given X. The first term captures the variation left after "using X to predict Y", while the second term captures the variation due to the mean of the prediction of Y due to the randomness of X.

References

Conditional variance Wikipedia