what does eigenvalues expres in the covariance matrix?
古いコメントを表示
is there a relationship between a covariance matrix and eigenvalues? like an example
Let us consider a 321 × 261 image dimention 321 × 261 = 83781. We have only 32 observations and 83781 unknowns then we have a matrix of (32 row X 83781 column)
then we will calculate the covariance matrix (32 X 32) so we get 32 eigenvalues the question is: does these eigenvalues express the 32 images? or there is no any relationship between eigenvalues and images
thanks for you,
8 件のコメント
Matt J
2013 年 4 月 23 日
No, the covariance matrix should be 83781x83781, not 32x32.
Mohamed Moawed
2013 年 4 月 23 日
Bikramjit Singh
2013 年 4 月 23 日
編集済み: Bikramjit Singh
2013 年 4 月 23 日
32 are observation (samples), so covar should be 83781x83781.
You can assume 8371 are components; eigenvalues (so you get 8371 eigenvalues), which can be interpreted as energies along those components, so sum of eigen values = total energy (this what i understood from signals point of view)
Mohamed Moawed
2013 年 4 月 23 日
Bikramjit Singh
2013 年 4 月 23 日
there is no such row or column thing, i mean you can't interpret eigen values directly.
But, as I said total energy = sum of eigen values = trace i.e sum of diagonal values of covar matrix
let H=83781x32 sized matrix
Therefore, Covar matrix, C=H*H' = of size of 83781 X 83781
sum(eig(C)) = trace(C)
Mohamed Moawed
2013 年 4 月 23 日
Vincent Spruyt
2015 年 3 月 10 日
The eigenvalues in this case represent the magnitude of the spread in the direction of the principal components. If you data has a diagonal covariance matrix (covariances are zero), then the eigenvalues are equal to the variances:

If the covariance matrix is not diagonal, then the eigenvalues still define the variance of the data along the the principal components, whereas the covariance matrix operates along the axes:

Here is an article (and the source of the above images) that discusses this in more detail: http://www.visiondummy.com/2014/04/geometric-interpretation-covariance-matrix/
採用された回答
その他の回答 (1 件)
Shashank Prasanna
2013 年 4 月 23 日
編集済み: Shashank Prasanna
2013 年 4 月 23 日
0 投票
Essentially what you are describing are the principal components of your data.
https://en.wikipedia.org/wiki/Principal_component_analysis#Computing_PCA_using_the_covariance_method
Its a popularly used dimensionality reduction technique, for example to make your image smaller such that it still retains most of its variance.
The PCA command in MATLAB does all this for you directly.
2 件のコメント
Mohamed Moawed
2013 年 4 月 23 日
TUSHAR MURATKAR
2020 年 2 月 18 日
In my reference paper related to wireless communication the covariance matrix is made from vector comprising of channel coefficients. And non zero eigen values of the covariance matrix are calculated. What does this signify with reference to wireless communication.
カテゴリ
ヘルプ センター および File Exchange で Subspace Methods についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!