April 22nd, 2009, 1:22 pm
Hi. It is the case that the sample covariance is an unbiaised estimator of the true covariance, you're right. Regarding the specific Aaron's example, which is a very good one I think, I do not get the same results. For the pair of samples for which the cov is non zero, say (0,1) and (1,0), the cov is -1/2 : for this case1/(2-1)*[(0-1/2)(1-1/2)+(1-1/2)(0-1/2)]=-1/2. This explains the factor 2 he found : The expected value of thi estimator is 0*7/9 + (-1/2)*2/9 = -1/9, as it shouldBy contrast, it is not the case for the correlation matrix. The expected value of the estimator is E[r]=rho-1/(2n)*rho(1-rho^2)with n the number of samples. It is thus asymptotically unbiaised, and the bias is maximum, for a given n, at rho = sqrt(1/3).However, I've observed very poor performances of this estimator on siome testing cases, for which the true value of rho is known, and I cannot explain it....
Last edited by
FredBT on April 21st, 2009, 10:00 pm, edited 1 time in total.