Click or drag to resize

AirPLSBaseTerminationRatio Property

Gets or sets the criterion for terminating the iteration (0..1). Default is 1E-3. The iterations stops, if the L1 norm of points lying below the baseline is smaller than (TerminationRatio x L1 norm of the original spectrum). The lower the value of the StopCriterion, the less points will remain below the baseline (and the more iteration it takes).

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double TerminationRatio { get; init; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionValue must be > 0 and < 1
See Also