GaussAreaGetYOfOneTerm Method |
Gets the y-value of a single Gaussian term.
Namespace: Altaxo.Calc.FitFunctions.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe y-value of the Gaussian term.
See Also