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