GaussAmplitudeGetYOfOneTerm Method |
Gets the value of a single Gaussian term for the provided parameters.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe evaluated value of the Gaussian term.
See Also