LognormalCDF
Contents
Function[edit]

Brief Description[edit]
LognormalCDF cumulative distribution function
Sample Curve[edit]
Parameters[edit]
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[edit]
Mean: mu=exp(xc+1/2*w^2)
Standard Deviation: sigma=exp(xc+1/2*w^2)*sqrt(exp(w^2)-1)
Script Access[edit]
logncdf(x,mu,sigma)
Function File[edit]
FITFUNC\LognormalCDF.fdf
Category[edit]
Statistics
