ShiftedLogNormalParametrizationNISTGetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyListDouble, IROMatrixDouble) 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.
If the covariance matrix is given, then also the standard deviations of position, area, height, FWHM are calculated (otherwise, zero values are returned for the standard deviations).
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (double Position, double PositionStdDev, double Area, double AreaStdDev, double Height, double HeightStdDev, double FWHM, (double ) FWHMStdDev) GetPositionAreaHeightFWHMFromSinglePeakParameters(
IReadOnlyList<double> parameters,
IROMatrix<double>? cv
)
Parameters
- parameters IReadOnlyListDouble
- The parameters.
- cv IROMatrixDouble
- The covariance matrix. Can be null (in this case the returned variance values are zero).
Return Value
ValueTupleDouble,
Double,
Double,
Double,
Double,
Double,
Double,
ValueTupleDoubleThe position, the area under the peak, the height, and the Full Width Half Maximum (FWHM), together with their standard devivations.
Implements
IFitFunctionPeakGetPositionAreaHeightFWHMFromSinglePeakParameters(IReadOnlyListDouble, IROMatrixDouble)See Also