Click or drag to resize

GaussAreaGetYOfOneTerm Method

Gets the y-value of a single Gaussian term.

Namespace: Altaxo.Calc.FitFunctions.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double GetYOfOneTerm(
	double x,
	double area,
	double position,
	double sigma
)

Parameters

x  Double
The x-value at which the term is evaluated.
area  Double
The area of the Gaussian term.
position  Double
The position of the Gaussian term.
sigma  Double
The standard deviation of the Gaussian term.

Return Value

Double
The y-value of the Gaussian term.
See Also