30.1.70 Gauss
Contents
Function
Brief Description
Area version of Gaussian Function.
Sample Curve
Parameters
Number: 4
Names: y0, xc, w, A
Meanings: y0 = offset, xc = center, w = width, A = area
Lower Bounds: w > 0.0
Upper Bounds: none
Derived Parameters
Refer to the curve in Sample Curve section:
: sigma = w / 2
Full Width at Half Maximum: FWHM = sqrt(2 * ln(2)) * w
Height of the Curve (yc - y0): Height = A / (w * sqrt(PI / 2))
Script Access
nlf_gauss(x,y0,xc,w,A)
Function File
FITFUNC\GAUSS.FDF
Category
Origin Basic Functions, Peak Functions, Chromatography, Electrophysiology, Statistics
