The logic you offer makes good sense, thanks. However there's still something I don't quite see (If it's evidence of my rusty math skills, I apologize).
It appears that the equation I should now enter into my formula node for curve fitting is: z+exp(z). That seems like it would work fine, just that I'd need to first use in my code the transformation z=c*x. Yet c is undetermined until I run the curve-fitting routine... I run into a similar problem, assuming the routine returns the parameter corresponding to the exp term (call it, d). Again, if c were known, it would be no problem determining a from d. However both a and c are unknown, and I need to know all the original parameters: a, b, c.
If you can point me in the right direction, that'd b
e great. Thanks!