Click or drag to resize

QuickNonlinearRegressionWrappedParametersMinimalRSSImprovement Property

Gets or sets the minimal RSS (Chi²) improvement in the interval [0, 1).

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double MinimalRSSImprovement { get; set; }

Property Value

Double
Remarks
If, after 8 iterations, the Chi² improvement is smaller than this value, the evaluation is stopped.
See Also