![]() |
![]() |
|
PLS_Toolbox Documentation: nippls | < mtfreadr | normaliz > |
nippls
Purpose
NIPALS Partial Least Squares computational engine.
Synopsis
[reg,ssq,xlds,ylds,wts,xscrs,yscrs,bin] = nippls(x,y,ncomp,options)
options = nippls('options')
Description
Performs PLS regression using NIPALS algorithm.
INPUTS:
OPTIONAL INPUTS:
The default options can be retreived using: options = nippls('options');.
OUTPUTS:
Note: The regression matrices are ordered in reg such that each Ny (number of y variables) rows correspond to the regression matrix for that particular number of latent variables.
Options
See Also
analysis, pls, plsnipal, simpls
< mtfreadr | normaliz > |