PseudoVoigtAmplitudeGetYOfOneTerm Method |
Evaluates one Pseudo-Voigt term for given parameters.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe evaluated peak value.
See Also