SSProbBaseRelativeProbabilityThreshold Property |
Gets or sets a relative threshold that controls how aggressively points above the spline are excluded.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double RelativeProbabilityThreshold { get; set; }Property Value
Double
Exceptions
Remarks
Internally, the effective threshold is scaled by the number of points.
See Also