Click or drag to resize

GaussAmplitudeGetYOfOneTerm Method

Gets the value of a single Gaussian 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
)

Parameters

x  Double
The x coordinate.
a  Double
Amplitude (height) of the peak.
xc  Double
Position of the peak.
w  Double
Width parameter.

Return Value

Double
The evaluated value of the Gaussian term.
See Also