I have 3 random variables, A, B and C. Given A, variables B and C are independent. I have estimates of the variance of A, B and C and the covariance between A and B and A and C. Is it possible calculate an implied covariance between B and C?
My application is that I have a large number of random variables (N) and need to calculate an empirical covariance matrix from a limited number (M) of samples, where M < N. However, most of the random variables are independent of eachother given a few of the other variables, and it seems like I should be able to estimate the covariance matrix more efficiently by using the fact that many of the variables are conditionally independent.