ComplexErrorFunctionRelatedVoigt Method |
The convolution of a Gaussian and a Lorentzian probability density function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleThe value of the Voigt function, a convolution of a Gaussian and a Lorentzian probability density function.
See Also