old PCA function documentation
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I am updating and incorporating in my analysis an old code written by someone else. To perform PCA they use the old function 'princomp'. Is there a place where I can find the documentation of such function?
In particular, does the option 'econ' called as below correspond to the modern 'Economy'=True?
thanks!
[..] = princomp(X,'econ')
댓글 수: 0
채택된 답변
Walter Roberson
2021년 6월 30일
Official archived documentation (which will disappear in about a year):
And here is a post saying that princomp() just called pca() with some default options.
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!