I am not satisfied with the method of linearisation of microbial growth curve to calculate the maximum specific growth rate (ln(x1-x0)/(t1-t0), because to find the linear part of the ln curve is really subjective. So I decided to fit the modified Gompertz model (A*Exp[-Exp[(mumax*E)A))*(Lambda - t) + 1]) to my data in Wolfram Mathematica by using NonlinearModelFit, then calculate the maximum specific growth rate (h^-1).

The problem is, that the NonlinearModelFit gives a nice parameter value to mumax, but it is not the same as I obtained with the linearisation. I think, the problem is the used "mumax" in the Gompertz model is just dX/dt not the real maximum specific growth rate.

How can I reach similar results with the two models? I would like to check my solutions with several methods.

More Balázs József Nagy's questions See All
Similar questions and discussions