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.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override DoubleVector QResiduals()
Visual Basic (Declaration)
Public Overrides Function QResiduals As DoubleVector
Visual C++
public:
virtual DoubleVector^ QResiduals() override

Return Value

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

See Also