Click or drag to resize

ALSBaseLambda Property

Gets or sets the smoothing parameter lambda. The default value is 1E6. The higher lambda is, the smoother the resulting curve will be.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionValue must be > 0
See Also