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.StatsAssembly: 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 |