I have following task:
There are two normal centered random processes $X(t)$ and $Y(t)$ given. They have correlation functions $K_{x}(t_{1}, t_{2}), K_{y}(t_{1}, t_{2})$ and cross-correlation function $R_{xy}(t_{1}, t_{2})$. Get correlation function of process $Z(t) = X(t)Y(t)$.
What did I do:
$\bar Z = M[XY]$
$K_{Z} = M[(X(t_{1})Y(t_{1}) - M[X(t_{1})Y(t_{1})])\cdot (X(t_{2})Y(t_{2})-M[X(t_{2})Y(t_2)])] = M[X(t_1)X(t_2)Y(t_1)Y(t_2)]-M[X(t_1)Y(t_1)M[X(t_2)Y(t_2)]]-M[X(t_2)Y(t_2)M[X(t_1)Y(t_1)]]+M[M[X(t_1)Y(t_1)]M[X(t_2)Y(t_2)]] = M[X(t_1)X(t_2)Y(t_1)Y(t_2)] + M[X_1Y_1]M[X_2Y_2]$
But the answer is:
$K_x(t_1, t_2)\cdot K_y(t_1, t_2) + R_{xy}(t_1, t_2)R_{xy}(t_2, t_1) = M[X(t_1)X(t_2)]\cdot M[Y(t_1)Y(t_2)] + M[X(t_1)Y(t_2)]\cdot M[X(t_2)Y(t_1)]$
Honestly I don't know how to reduce my ideas to correct answer. Any ideas?