a journal article has a method for designing experiments to be fit to a 4-parameter logistic model. The model used is $y= D + \frac{A - D}{1 + (\frac{x}{C}) ^ B}$
A = upper asymptote
B = maximum slope
C = x value when y = 50% of maximum (i.e. 1/2 of upper asymptote)
D = lower asymptote
Using pilot data, further experiments are optimally designed by plugging the preliminary parameter estimates into equations presented in the article.
However, the nonlinear modeling software that I have access to parameterizes the 4-parameter logistic model differently. The model used is $y = D + \frac{A - D}{1 + e^{B(x-C)}}$
Once I estimate the parameters from the software, how do I translate these to the exponential parameterization used by the software? Thank you.