These functions provide the Gompertz equations with 4 (G4.fun), 3 (G3.fun)
and 2 (G2.fun) parameters with self-starter for the nls
function (NLS.G4, NLS.G3 and NLS.G2).
a numeric vector of values at which to evaluate the model
b
model parameter (slope at inflection point)
c
model parameter (lower asymptote)
d
model parameter (higher asymptote)
e
model parameter (abscissa at inflection point)
Author
Andrea Onofri
Details
The Gompertz equation is parameterised as:
$$ f(x) = c + (d - c) \, \exp \left[-exp(-b (x - e))\right] $$
It is a sygmoidally shaped curve and it is asymmetric about its inflection
point. For the 3- and 2-parameter model c is equal to 0, while for the
2-parameter model d is equal to 1.