Click or drag to resize

SSProbBaseRelativeProbabilityThreshold Property

Gets or sets a relative threshold that controls how aggressively points above the spline are excluded.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be > 0 and <= 1.
Remarks
Internally, the effective threshold is scaled by the number of points.
See Also