View source: R/panelGompertz.R
panelGompertz | R Documentation |
Builds a collection of independent realizations from the Gompertz model.
panelGompertz(
N = 100,
U = 50,
params = c(K = 1, r = 0.1, sigma = 0.1, tau = 0.1, X.0 = 1),
seed = 12345678
)
N |
number of observations for each unit. |
U |
number of units. |
params |
parameter vector, assuming all units have the same parameters. |
seed |
passed to the random number generator for simulation. |
A panelPomp
object.
Edward L. Ionides, Carles \Breto
2020
\king2016
Other panelPomp examples:
contacts()
,
panelRandomWalk()
panelGompertz()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.