Covariance, a 2x2 matrix?

7 views (last 30 days)
Sam
Sam on 12 Jun 2015
Commented: Sam on 13 Jun 2015
Hello,
I calculated the covariance between two sets of data (2 columns of data). And I got a 2x2 covariance matrix (see picture). But what is the covariance now? I thought that it would be just 1 number?...
  2 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 12 Jun 2015
You don't need to post a picture, just paste your code
Sam
Sam on 13 Jun 2015
Okay, sorry. But do you know the answer?

Sign in to comment.

Answers (1)

James Tursa
James Tursa on 12 Jun 2015
Edited: James Tursa on 12 Jun 2015
The nancov function assumes you have two variables because you have two columns of data, so it returns a 2x2 covariance matrix. The diagonal containing the variances of the variables and the off diagonals containing the covariances between the variables.

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!