Click or drag to resize

PeakFittingInGroupsMinimalOrderOfBaselinePolynomial Property

Gets or sets the minimal order of the polynomial used as the baseline for each group. The minimal order is applied if the group contains only one peak. As the number of peaks increases, the order is increased until MaximalOrderOfBaselinePolynomial is reached when the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.

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

Property Value

Int32
See Also