30.1.106 Logistpk
Contents
Function
Brief Description
Logistic peak function, also called Hubbert function.
Sample Curve
Parameters
Number: 4
Names: y0, xc, w, A
Meanings: y0 = offset, xc = center, w = width, A = amplitude
Lower Bounds: w > 0.0
Upper Bounds: none
Derived Parameters
Full Width at Half Maximum: FWHM = w * ( ln(3 + 2 * sqrt(2)) - ln(3 - 2 * sqrt(2)) )
Script Access
nlf_logistpk(x,y0,xc,w,A)
Function File
FITFUNC\LOGISTPK
Category
Origin Basic Functions, Growth/Sigmoidal, Peak Functions
