Assembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class PLS2SimplsAlgorithm : IPLS2Calc |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class PLS2SimplsAlgorithm _ Inherits IPLS2Calc |
| Visual C++ |
|---|
[SerializableAttribute] public ref class PLS2SimplsAlgorithm : public IPLS2Calc |
Remarks
X = [x1, x2,..., xp]
T = [t1, t2,...,tc]
These factor scores are then used to fit a set of n observations to m
response variables
CopyC#Y = [y1, y2,...,ym]
The relationship between the X and T is T = XR, where R is the matrix of predictor weights. Factor scores U and weights Q for the response variable Y are also computed and satisfy U = Y0Q, where Y0 is the matrix of centered response data.
The algorithm requires the computation of a dominant eigenvector at each iteration. The iterative Power Method is used to calculate this eigenvector and the maximum number of iterations and convergance tolerance may be specified for instances of this class through either through the contructor or properties.
Inheritance Hierarchy
CenterSpace.NMath.Stats..::.IPLS2Calc
CenterSpace.NMath.Stats..::.PLS2SimplsAlgorithm