panelGompertz: Panel Gompertz model

View source: R/panelGompertz.R

panelGompertzR Documentation

Panel Gompertz model

Description

Builds a collection of independent realizations from the Gompertz model.

Usage

panelGompertz(
  N = 100,
  U = 50,
  params = c(K = 1, r = 0.1, sigma = 0.1, tau = 0.1, X.0 = 1),
  seed = 12345678
)

Arguments

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.

Value

A panelPomp object.

Author(s)

Edward L. Ionides, Carles \Breto

References

\breto

2020

\king

2016

See Also

Other panelPomp examples: contacts(), panelRandomWalk()

Examples

panelGompertz()

cbreto/panelPomp documentation built on April 13, 2024, 12:23 a.m.