Artusartos
- 236
- 0
Homework Statement
Let X= [tex]\begin{bmatrix} X_1 \\X_2 \end{bmatrix}[/tex] be bivariate normal [tex]N(\begin{pmatrix} \theta \\ \theta \end{pmatrix}, \begin{pmatrix} 1 & u \\ u & \sigma^2 \end{pmatrix})[/tex]. Let [tex]T=aX_1 + (1-a)X_2[/tex].
a) Write u in terms of [tex]\rho[/tex] = the correlation coefficient, and [tex]\sigma[/tex]
b) Find the distribution of t
c) Find the value of a that minimized the variance of T.
Homework Equations
The Attempt at a Solution
a) [tex]\rho = u/\sigma[/tex] so [tex]u = \rho\sigma[/tex]
b) T is also normal...
If we write [tex]T = aX_1 + (a-1)X_2 = \begin{bmatrix} a & a-1\end{bmatrix}\begin{bmatrix} X_1 \\ X_2 \end{bmatrix}[/tex]
Let A=[tex]\begin{bmatrix} a & a-1\end{bmatrix}[/tex]
Then E(T)=AE(X)
Var(T) = A*covariance matrix*A'
So the distribution of T is N(E(T), Var(T))
Do you think this is correct?
c) I'm stuck here...
Thanks in advance