01

MSE of a derived variable

Suppose that XUnif[0,2], and Y=X2.

You are using the sample mean with 50 samples, namely M50(Y), to estimate E[Y].

What is the mean square error of M50(Y)? (Errors are deviations of this variable from E[Y].)

02

Estimates from joint PDF

Suppose X and Y have the following joint PDF:

fX,Y(x,y)={6(yx)270xy30otherwise

(a) Find fX(x) and the blind estimate x^B.

(b) Compute x^G, the MMSE estimate of X assuming the event G={X<3/2}.

(c) Find fY(y) and the blind estimate y^B.

(d) Compute y^H, the MMSE estimate of Y assuming the event H={Y>3/2}.

03

MMSE exact estimator from joint PDF

Suppose X and Y have the following joint PDF:

fX,Y(x,y)={2(y+x)0xy10otherwise

(a) What is x^M(y), the MMSE estimate of X given Y=y?

(b) What is y^M(x), the MMSE estimate of Y given X=x?

04

MMSE linear estimator from joint PDF

Suppose X and Y have the following joint PDF:

fX,Y(x,y)={2(y+x)0xy10otherwise

(a) What is X^L(Y), the MMSE linear estimator of X in terms of Y?

(b) What is Y^L(X), the MMSE linear estimator of Y in terms of X?

05

MMSE linear estimator from joint PMF

Suppose X and Y have the following joint PMF:

YX101
1161120
318112124
512411218
7011216

(a) Find the minimal MSE linear estimator for X in terms of Y.

(b) What is the MMSE error for this linear estimator?

(c) Use (a) to estimate X given Y=1 and Y=5.

06

MMSE linear estimator from joint density

Consider this joint PDF:

fX,Y(x,y)={32(x2+y2)x,y[0,1]0 otherwise 

(a) What is the minimal MSE linear estimator for X in terms of Y?

(b) What is the linear estimate of X given Y=0.7?

(You may use the data you found in W09-B Q8, you don’t need to repeat those calculations.)

07

Telemetry signal

A telemetry signal, T, transmitted from a temperature sensor on a communications satellite is a Gaussian random variable with E[T]=0 and Var[T]=9. The receiver at mission control receives R=T+X, where X is a noise voltage independent of T with PDF:

fX(x)={1/63x30 otherwise 

The receiver uses R to calculate a linear estimate of the telemetry voltage:

T^L(R)=aR+b

(a) What is E[R], the expected value of the received voltage?

(b) What is Var[R], the variance of the received voltage?

(c) What is Cov[T,R], the covariance of the transmitted voltage and the received voltage?

(d) What is the correlation coefficient ρT,R of T and R?

(e) What are a and b, the optimum mean square values of a and b in the linear estimator?

(f) What is eL, the minimum mean square error of the linear estimate?