|  | DoubleLeastSquaresResidualSumOfSquares Property | 
            Gets the residual sum of squares. 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 residual sum of squares is defined to be
            (y[0] - yhat[0])^2 + (y[1] - yhat[1])^2 + ... + (y[m-1] - yhat[m-1])^2.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double ResidualSumOfSquares { get; }Public ReadOnly Property ResidualSumOfSquares As Double
	Get
public:
property double ResidualSumOfSquares {
	double get ();
}member ResidualSumOfSquares : float with get
Property Value
Double See Also
See Also