Nipals algorithm for Principle Component Analysis

This function is written largely based on nipals function from R chemometrics package.

您现在正在关注此提交

It was frustrating that Matlab did not has a robust nipals function so I wrote one for my project and share here.

引用格式

Qiaonan Duan (2026). Nipals algorithm for Principle Component Analysis (https://ww2.mathworks.cn/matlabcentral/fileexchange/42142-nipals-algorithm-for-principle-component-analysis), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.0

Line 48 (6/10/2013): prec = thnew-th; --> prec = (thnew-th)'*(thnew-th);

1.0.0.0