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.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double TotalCorrectedSumOfSquares { get; }
Property Value
DoubleSee Also