Non-linear iterative partial least squares
Lua error in package.lua at line 80: module 'strict' not found. 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 principal components.[1] [2] This results in a dramatic reduction in computational time since calculation of the covariance matrix is avoided.
References
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
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)
<templatestyles src="Asbox/styles.css"></templatestyles>