Click or drag to resize

LinearFitBySvdResidualSumOfSquares Property

Gets the residual sum of squares (RSS) of the fit, i.e. Σ(yi - ŷi)^2.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double ResidualSumOfSquares { get; }

Property Value

Double
See Also