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.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (double Position, double Area, double Height, double FWHM) GetPositionAreaHeightFWHMFromSinglePeakParameters(
IReadOnlyList<double> parameters
)
Parameters
- parameters IReadOnlyListDouble
- The parameters.
Return Value
ValueTupleDouble,
Double,
Double,
DoubleThe position, the area under the peak, the height, and the Full Width Half Maximum (FWHM).
See Also