Click or drag to resize

LinearFitBySvdTotalCorrectedSumOfSquares Property

Gives the corrected sum of squares of y, i.e. SUM(yi-ymean), where yi is the ith y value and ymean is the mean of all y values.

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

Property Value

Double
See Also