Special.Voigt Method
Evaluates the Voigt profile function.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the Voigt function for the specified value and parameters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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
DoubleThe value of the Voigt function for the specified value and parameters.