Click or drag to resize

QuickQuadraticRegressionSumChiSquared Method

Gets the residual sum of squares.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double SumChiSquared()

Return Value

Double
The residual sum of squares, i.e. the sum of squared differences between the original y values and the predicted y values.
See Also