Click or drag to resize

PLS1NipalsAlgorithmQResiduals Method

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override DoubleVector QResiduals()

Return Value

DoubleVector
Vector of Q residuals. The ith element of vector is the residual for the ith sample.
See Also