Click or drag to resize

ArPLSBaseLambda Property

Gets or sets the smoothing parameter lambda. 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; init; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionValue must be > 0
See Also