Click or drag to resize

PearsonIVAmplitude.GetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyList<Double>) 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.3261.0 (4.8.3261.0)
Syntax
C#
public (double Position, double Area, double Height, double FWHM) GetPositionAreaHeightFWHMFromSinglePeakParameters(
	IReadOnlyList<double> parameters
)

Parameters

parameters  IReadOnlyList<Double>
The parameters.

Return Value

ValueTuple<Double, Double, Double, Double>
The position, the area under the peak, the height, and the Full Width Half Maximum (FWHM).

Implements

IFitFunctionPeak.GetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyList<Double>)
See Also