
gompertz
is a pomp
object encoding a stochastic Gompertz population model with log-normal measurement error.
The state process is pomp
object includes parameter transformations that log-transform the parameters for estimation purposes.
pomp
, ricker
, and the tutorials at https://kingaa.github.io/pomp.
# NOT RUN {
pompExample(gompertz)
plot(gompertz)
coef(gompertz)
coef(gompertz,transform=TRUE)
# }
Run the code above in your browser using DataLab