Logistic-func
The formula for the Logistic Dose Response Function, Logistic(x, A1, A2, x0, p), is:
y = A2 + (A1-A2)/(1 + (x/x0)^p)
This function produces a sigmoidal curve. See the Boltzmann function for details.