| IPLS1CalcQResiduals 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public abstract DoubleVector QResiduals()
Public MustOverride Function QResiduals As DoubleVector
public:
virtual DoubleVector^ QResiduals() abstract
abstract QResiduals : unit -> DoubleVector
Return Value
DoubleVectorVector of Q residuals. The ith element of vector is the residual
for the ith sample.
See Also