Click or drag to resize

IFitFunctionPeakGetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyListDouble) Method

Gets the position, the area under the peak, the height, and the Full Width Half Maximum (FWHM) from the parameters of a single peak.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
(double Position, double Area, double Height, double FWHM) GetPositionAreaHeightFWHMFromSinglePeakParameters(
	IReadOnlyList<double> parameters
)

Parameters

parameters  IReadOnlyListDouble
The parameters.

Return Value

ValueTupleDouble, Double, Double, Double
The position, the area under the peak, the height, and the Full Width Half Maximum (FWHM).
See Also