powered by
Calculates three parameter logistic function
logist3(x, a, b, c)
Numerical output of the function described in details
Independent variable
First parameter. See details
Second parameter
Third parameter
William R. Fairweather
Calculates y = a/(1 + xx), where xx = exp(-(x - b)/c)