|  | DoubleNonnegativeLeastSqResultResiduals Property | 
            Gets the vector of residuals. If y is the right-hand side of the 
            least squares equation Ax = y, and we denote by yhat the vector
            Ax where x is the computed least squares solution,
            then the vector of residuals r is the vector whose ith component is
            r[i] = y[i] - yhat[i].
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Residuals { get; }Public ReadOnly Property Residuals As DoubleVector
	Get
public:
property DoubleVector^ Residuals {
	DoubleVector^ get ();
}member Residuals : DoubleVector with get
Property Value
DoubleVector See Also
See Also