Click or drag to resize

ComplexErrorFunctionRelatedVoigtHalfWidthHalfMaximum Method

The half width at half maximum of the Voigt(Double, Double, Double) profile.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double VoigtHalfWidthHalfMaximum(
	double sigma,
	double gamma
)

Parameters

sigma  Double
The parameter sigma (of the Gaussian).
gamma  Double
The parameter gamma (of the Lorentzian).

Return Value

Double
The half width at half maximum of the Voigt profile, see Voigt(Double, Double, Double).
Exceptions
ExceptionCondition
InvalidProgramException
See Also