Special.Voigt Method

Evaluates the Voigt profile function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double Voigt(
	double x,
	double sigma,
	double gamma
)

Parameters

x  Double
The value for which to evaluate the function.
sigma  Double
The sigma parameter of the function. This is the standard deviation of the Gaussian profile.
gamma  Double
The gamma parameter of the function. This parameter corresponds to the half-width at half-maximum of the Lorentz profile.

Return Value

Double
The value of the Voigt function for the specified value and parameters.

See Also