Click or drag to resize

QuickLinearRegressionSumChiSquared Method

Returns the sum of squared errors between the original y and the predicted y.

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
Sum of squared errors (differences between original y and predicted y).
See Also