30.1.108 LognormalCDF
Contents
Function
Brief Description
LognormalCDF cumulative distribution function
Sample Curve
Parameters
Number: 4
Names: y0, A1, xc, w
Meanings: y0 = offset, A1 = Amplitude, xc = log Mean, w = Standard Deviation
Lower Bounds: A > 0.0, w > 0
Upper Bounds: none
Derived Parameters
Mean: mu=exp(xc+1/2*w^2)
Standard Deviation: sigma=exp(xc+1/2*w^2)*sqrt(exp(w^2)-1)
Script Access
logncdf(x,mu,sigma)
Function File
FITFUNC\LognormalCDF.fdf
Category
Statistics
