PearsonIVAmplitudeGetFWHM Method |
Gets the full width half maximum (FWHM)
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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