GaussAmplitudeGetFWHMFromWidthAndRelativeHeight Method |
Gets the FWHM from the width value and the relative height at which the width was determined.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleThe estimated full width half maximum value.
See Also