Click or drag to resize

PearsonIVAreaGetFWHM Method

Gets the full width half maximum (FWHM)

Namespace: Altaxo.Calc.FitFunctions.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The FWHM of the peak.
See Also