LinearFitBySvdRegressionCorrectedSumOfSquares Property |
Gets the regression sum of squares, i.e. SUM(yi`-ymean), where yi` is the predicted ith y value and y mean is the mean value of all y values.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double RegressionCorrectedSumOfSquares { get; }
Property Value
DoubleSee Also