PearsonIVAmplitudeParametrizationHPWGetFWHM Method | 
            Gets the full width half maximum (FWHM)
            
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static double GetFWHM(
	double w,
	double m,
	double v
)
Parameters
- w  Double
 - The width parameter.
 - m  Double
 - The m exponent.
 - v  Double
 - The skewness parameter.
 
Return Value
DoubleThe FWHM of the peak.
See Also