Nipals algorithm for Principle Component Analysis

This function is written largely based on nipals function from R chemometrics package.
865 téléchargements
Mise à jour 11 juin 2013

Afficher la licence

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

Citation pour cette source

Qiaonan Duan (2026). Nipals algorithm for Principle Component Analysis (https://fr.mathworks.com/matlabcentral/fileexchange/42142-nipals-algorithm-for-principle-component-analysis), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2013a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.2.0.0

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

1.0.0.0