Click or drag to resize

IPLS2Calc Methods

The IPLS2Calc type exposes the following members.

Methods
 NameDescription
Public methodCalculate Perform a PLS2 calculation on the given data.
Public methodClone A deep copy of self.
Public methodHotellingsT2 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.
Public methodPredict(DoubleMatrix) Use the calculated model to predict the response value for each of of the given predictor values.
Public methodPredict(DoubleVector) Use the calculated model to predict the response value, y, from the given value of the predictor variable.
Public methodQResiduals 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.
Top
See Also