50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

pomp (version 1.19)

gompertz: Gompertz model with log-normal observations.

Description

gompertz is a pomp object encoding a stochastic Gompertz population model with log-normal measurement error.

Arguments

Details

The state process is Xt+1=K1SXtSϵt, where S=er and the ϵt are i.i.d. lognormal random deviates with variance σ2. The observed variables Yt are distributed as lognormal(logXt,τ). Parameters include the per-capita growth rate r, the carrying capacity K, the process noise s.d. σ, the measurement error s.d. τ, and the initial condition X0. The pomp object includes parameter transformations that log-transform the parameters for estimation purposes.

See Also

pomp, ricker, and the tutorials at https://kingaa.github.io/pomp.

Examples

Run this code
# NOT RUN {
pompExample(gompertz)
plot(gompertz)
coef(gompertz)
coef(gompertz,transform=TRUE)
# }

Run the code above in your browser using DataLab