필터 지우기
필터 지우기

PCA expansion random variables

조회 수: 2 (최근 30일)
Jaime  de la Mota
Jaime de la Mota 2019년 6월 12일
편집: Adam 2019년 6월 12일
Hello everyone.
Right now I am applying PCA to a set of observations. [coeffUV, score_vectorUV, latentUV, tsquaredUV, explainedUV, muUV]=pca(Z, 'Centered',false); being Z a gaussian correlation kernel.
As far as I understand, Score columns are the eigenfunctions. I have read in some books that if one multiplies the eigenfunctions (columns of score) by the origninal matrix data, gaussian random variables are obtained. Hower, if I write randvar=Z*score(:,1); and hist(randvar) I don't get a Gaussian histogram.
Can someone tell me what I am doing wrong?
Thanks.
  댓글 수: 1
Adam
Adam 2019년 6월 12일
편집: Adam 2019년 6월 12일
The columns of the coeff output are the eigenvectors, as explained in
doc pca

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by