QuickNonlinearRegressionMinimalRSSImprovement Property |
Gets or sets the minimal RSS (Chi²) improvement [0, 1).
If after 8 iterations the Chi² improvement is smaller than this value, the evaluation is stopped.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double MinimalRSSImprovement { get; set; }
Property Value
DoubleSee Also