Click or drag to resize

WeightedRegressionAnovaResidualSumOfSquares Property

Gets the residual sum of squares.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double ResidualSumOfSquares { get; }

Property Value

Double
Remarks
This is the sum of the squares of the differences between the predicted and actual observations.
See Also