Covariance, a 2x2 matrix?

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 commentaires

Azzi Abdelmalek
Azzi Abdelmalek le 12 Juin 2015
You don't need to post a picture, just paste your code
Sam
Sam le 13 Juin 2015
Okay, sorry. But do you know the answer?

Connectez-vous pour commenter.

Réponses (1)

James Tursa
James Tursa le 12 Juin 2015
Modifié(e) : James Tursa le 12 Juin 2015

0 votes

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.

Catégories

Tags

Question posée :

Sam
le 12 Juin 2015

Commenté :

Sam
le 13 Juin 2015

Community Treasure Hunt

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

Start Hunting!

Translated by