panelRandomWalk: Panel random walk model

View source: R/panelRandomWalk.R

panelRandomWalkR Documentation

Panel random walk model

Description

Builds a collection of independent realizations from a random walk model.

Usage

panelRandomWalk(
  N = 5,
  U = 2,
  params = c(sigmaY = 1, sigmaX = 1, X.0 = 1),
  seed = 3141592
)

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

See Also

Other panelPomp examples: contacts(), panelGompertz()

Examples

panelRandomWalk()

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