Suppose Y_n is distributed (μ_n, σ^2), where the covariance between any pair (m, n) is 0.5*σ^2. Find the mean and the variance of B = sum(n=1 to N) of (k_n*Y_n), where the k_n (n=1 to N) are constants.
--- Not sure whether this is correct, I tried to solve it, but I have serious doubts about it. ---
In case of independence of the two variables Y_n and Y_m,
σ_mn=0 and therefore, σ_mn=0.5*σ^2=0 (is this true?)
The mean (expectation) of B is,
Ε(B)=Ε(∑_(n=1) up to N of (k_n Y_n )=∑_(n=1) up to N (k_n Ε(Y_n))
= ∑_(n=1) up to N of (k_n μ_n )
The variance of B is,
V(B)= Ε([B-Ε(B)]^2 ) = Ε[(∑_(n=1) up to N (k_n Y_n )-∑_(n=1) up to N of (k_n μ_n )^2 ]
= Ε[(∑_(n=1) up to N(k_n (Y_n-μ_n ) ))^2 ]
Looking for a more elegant, correct and detailed solution...