Covariance, a 2x2 matrix?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
James Tursa
2015 年 6 月 12 日
編集済み: James Tursa
2015 年 6 月 12 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!