April 30th, 2010, 2:07 am
QuoteOriginally posted by: will0t5This is a multi-part question from Michael Steele's book.This is a good exercise which probably belongs in the student forum, but see also below.Quotea) Let V be a multivariate Gaussian column vector with mean and covariate , and let A be an n x n real matrix. Show that AV is a multivariate Gaussian vector with mean and covariance . E[AV]=A mu and Var[AV]=A Sigma A' are true for any multivariate random variable V, with mu = E[V] and Sigma = Var[V]. To show that AV is Gaussian, we can use the characteristic function: E[exp(i omega' AV)]=E[exp(i ( A' omega )' V)]=exp( i mu'(A' omega) - 1/2 * (A' omega)' Sigma (A' omega) )=exp( i (A mu)'omega - 1/2 * omega' (A Sigma A') omega ), proves that AV is a multivariate Gaussian.Quoteb) Show that if X and Y are independent Gaussians with mean zero and variance one, then X-Y and X+Y are independent Gaussians with mean zero and variance two.Applying (a) with A = [1 -1] and A = [1 1], respectively, shows that X-Y and X+Y are Gaussian with mean 0 and variance 2.For independence, by linearity, Cov[X-Y,X+Y]=E[X^2]-E[Y^2]=0, and then we can use part (c) below.Quotec) Prove that if X and Y are jointly Gaussian and Cov(X,Y)=0 then X and Y are independentThis can be seen immediately by looking at the form of the pdf of a multivariate normal. Is there another way?Quoted) Prove that if (X,Y) are jointly Gaussian, then the conditional distribution of Y given that X=x is normal with mean:and varianceI have not tried direct calculation. Does someone know a nice way to prove (d)? I have been asked questions in interviews that can be answered immediately using (d), but apparently there is a "clever" way of doing such questions.