 | LinearRegressionAnovaRegressionSumOfSquares Property |
Gets the regression sum of squares.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double RegressionSumOfSquares { get; }
Public ReadOnly Property RegressionSumOfSquares As Double
Get
public:
property double RegressionSumOfSquares {
double get ();
}
member RegressionSumOfSquares : float with get
Property Value
Double
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