 | LinearRegressionAnovaResidualSumOfSquares Property |
Gets the residual sum of squares.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
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
Remarks
This is the sum of the squares of the differences between the predicted and
actual observations.
See Also