フィルターのクリア

It's possible to calculate correlation coeficient (corrcoef) to a matrix (6X4)

2 ビュー (過去 30 日間)
Alan
Alan 2011 年 9 月 29 日
It's possible to calculate correlation coeficient (corrcoef) to a matrix non-square, e.g. (6X4)?

採用された回答

the cyclist
the cyclist 2011 年 9 月 29 日
Yes.
>> r = corrcoef(rand(6,4))
Each of the 6 rows is an observation of 4 variables, and "r" will be the correlation matrix of those 4 variables.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by