Toyin L. answered 06/01/19
Double Engineering Major-Masters in Mathematics-Teaching Math Right
Do you mean interpret the covariance matrix or do you mean calculate the covariance matrix?
To interpret the covariance matrix you have a column for each variable and a row for each variable the Cov( Xi , Xj) corresponds to the entry in ith row and jth column of your matrix. This will be the same value as Cov(Xj, Xi) which is the jth row and ith column of your matrix. The Cov (Xi,Xi) = Var (Xi) . This means to covariance between the same variable is equal to the variance of that variable.
To find the covariance matrix you need to calculate the Fisher information matrix. You will need to take the partial derivatives of the Maximum Likelihood Estimate and take the expected value of that to find the Information Matrix. I think if you gave an example it would be easier to help you with the problem you are having.