Click or drag to resize

ComplexErrorFunctionRelatedVoigt Method

The convolution of a Gaussian and a Lorentzian probability density function.

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

Parameters

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

Return Value

Double
The value of the Voigt function, a convolution of a Gaussian and a Lorentzian probability density function.
See Also