Click or drag to resize

GoodnessOfFitRegressionSumOfSquares Property

Gets the regression sum of squares.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double RegressionSumOfSquares { 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