How to find a covariance matrix from given mean values. e.g. Given mean values m1= (1/4) (3 1 1)T and m2 = (1/4) (1 3 3)T
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
You need the original observations to get covariance terms because a variance sums (Xi - Xs sample mean)^2 terms and covariances sum terms like (Xi-Xs sample mean) (Yi-Ys sample mean). If you have two multivariate distributions then there would be two such covariance matrices to compute or one pooled one if you assume the two distributions have the same covariance matrix. |
|||
|
|