The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Math2 Procedures and Functions SimPLS | |||||||||||||||||||||||||||||
See also: MultiLinReg, How to use TPLSModel | |||||||||||||||||||||||||||||
SimPLS |
|||||||||||||||||||||||||||||
The procedure SimPLS is the working horse for the class TPLSModel and implements the SIMPLS algorithm for partial least squares regression. For details see S. de Jong, "SIMPLS: an alternative approach to partial least squares regression", Chemometrics and Intelligent Laboratory Systems, 18:251-263. When calling SimPLS the user has to provide the following parameters:
After completion SimPLS returns the following results:
SimPLS increments the global variable ProcStat and calls the feedback routine MathFeedBackProc in order to allow feedback to the user during time consuming calculations. In total ProcStat is increased by 100. The SimPLS procedure can be terminated by setting the global variable AbortMathProc to TRUE.
|