Click or drag to resize

VoigtAreaGetPositionAreaHeightFWHMFromSinglePeakParameters(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.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (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).

Implements

IFitFunctionPeakGetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyListDouble)
See Also