Gets the sum of squares for the residuals. This is the sum of the squared differences between the response values and the responses predicted by the regression model.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double SumOfSquaresResiduals { get; }
Visual Basic (Declaration)
Public ReadOnly Property SumOfSquaresResiduals As Double
Visual C++
public:
property double SumOfSquaresResiduals {
	double get ();
}

See Also