Click or drag to resize

ALSBaseP Property

Gets or sets the weighting parameter. The default value is 0.1. A value of 0.5 leads to symmetric weighting of positive and negative deviations. Values less than 0.5 leads to stronger suppression of (positive) peaks.

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

Property Value

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