Click or drag to resize

GaussAmplitudeGetFWHMFromWidthAndRelativeHeight Method

Gets the FWHM from the width value and the relative height at which the width was determined.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetFWHMFromWidthAndRelativeHeight(
	double width,
	double relativeHeightOfWidthDetermination
)

Parameters

width  Double
The width value.
relativeHeightOfWidthDetermination  Double
The relative height (relative to the maximum), at which the width was determined.

Return Value

Double
The estimated full width half maximum value.
See Also