The IPLS2Calc type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Calculate |
Perform a PLS2 calculation on the given data.
| |
| Clone |
A deep copy of self.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HotellingsT2 |
Calculaties Hotelling's T2 statistic for each sample. T2 can be viewed as the
squared distance from a samples projection into the subspace to the centroid
of the subspace, or, more simply, the variation of the sample point within
the model.
| |
| Predict | Overloaded. | |
| QResiduals |
Calculates the Q residuals for in sample in the model. The Q residual
for a given sample is the distance between the sample and its projection
in the subspace of the model.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsGood |
Indicates whether the most recent calculation was successful.
| |
| Message |
Gets any message that may have been generated by the algorithm. For example,
if the calculation is unsuccessful, the message should indicate the
reason.
| |
| PredictorLoadings |
Gets a matrix whow columns are the predictor loading vectors.
| |
| PredictorScores |
Gets a matrix whow columns are the predictor score vectors.
|