View source: R/panelRandomWalk.R
panelRandomWalk | R Documentation |
Builds a collection of independent realizations from a random walk model.
panelRandomWalk(
N = 5,
U = 2,
params = c(sigmaY = 1, sigmaX = 1, X.0 = 1),
seed = 3141592
)
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
Other panelPomp examples:
contacts()
,
panelGompertz()
panelRandomWalk()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.