Dear all,
I am trying to fit a a logistic function to some (~20) data points. The function looks like this:
\[ f(x) = \frac{L}{1 + e^{-k(x - x_0)}} \] Basically, I need to estimate the parameters L, k and x_0 given my data. What method would you suggest to use in that case?
I am trying to fit a a logistic function to some (~20) data points. The function looks like this:
\[ f(x) = \frac{L}{1 + e^{-k(x - x_0)}} \] Basically, I need to estimate the parameters L, k and x_0 given my data. What method would you suggest to use in that case?
Comment