Click or drag to resize

AirPLSBaseTerminationRatio Property

Gets the criterion for terminating the iteration (0..1). The default is 1E-3. The iteration stops if the L1 norm of points lying below the baseline is smaller than (TerminationRatio × L1 norm of the original spectrum). The lower the stop criterion value is, the fewer points will remain below the baseline (at the cost of more iterations).

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

Property Value

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