Click or drag to resize

PseudoVoigtAmplitudeGetYOfOneTerm Method

Evaluates one Pseudo-Voigt term for given parameters.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double GetYOfOneTerm(
	double x,
	double a,
	double xc,
	double w,
	double nu
)

Parameters

x  Double
The x-coordinate at which to evaluate the term.
a  Double
The amplitude of the peak.
xc  Double
The center position of the peak.
w  Double
The width parameter of the peak.
nu  Double
The mixing factor between Lorentzian and Gaussian contributions.

Return Value

Double
The evaluated peak value.
See Also