Gets the regression sum of squares.

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

Syntax

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

Remarks

This quantity indicates the amount of variability explained by the model. It is the sum of the squares of the difference between the values predicted by the model and the mean.

See Also