Click or drag to resize

ArPLSBaseOrder Property

Gets the order of the difference penalty.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int Order { get; init; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionOrder must be 1 or 2.
Remarks
Supported values are 1 and 2.
See Also