Click or drag to resize

PeakAdditionOrder Enumeration

For peak fitting by incremental peak addition, this enumeration determines the order in which the peaks are added.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public enum PeakAdditionOrder
Members
Member nameValueDescription
Height0 By the height of the peak.
Area1 By the area of the peak (estimated from height x FWHM).
SquaredHeightTimesWidth2 By height² x FWHM.
See Also