Click or drag to resize

ShiftedLogNormalParametrizationNISTGetYOfOneTerm Method

Evaluates a single shifted log-normal peak term for the provided parameters.

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

Parameters

x  Double
The x value at which to evaluate the term.
a  Double
The amplitude (height) of the peak.
xc  Double
The position of the center of the peak.
w  Double
The width (FWHM) of the peak.
rho  Double
The shape parameter of the peak.

Return Value

Double
The y value of the peak term at the given x.
See Also