- Non-linear iterative partial least squares
-
In statistics, non-linear iterative partial least squares (NIPALS) is an algorithm for computing the first few components in a principal component or partial least squares analysis. For very high-dimensional datasets, such as those generated in the 'omics sciences (e.g., genomics, metabolomics) it is usually only necessary to compute the first few principal components. The nonlinear iterative partial least squares (NIPALS) algorithm calculates t1 and p1' from X. The outer product, t1p1' can then be subtracted from X leaving the residual matrix E1. This can be then used to calculate subsequent PCs.[1] This results in a dramatic reduction in computational time since calculation of the covariance matrix is avoided.
References
- ^ Geladi, Paul; Kowalski, Bruce (1986), "Partial Least Squares Regression:A Tutorial", Analytica Chimica Acta 185: 1–17
External links
- Teach Me Data Analysis - The NIPALS Algorithm
- NIPALS algorithm for PLS regression
- Principal Component Analysis (PCA) and NIPALS algorithm
- Comments on the NIPALS algorithm (requires subscription)
This statistics-related article is a stub. You can help Wikipedia by expanding it.