Description Usage Arguments Details Value See Also Examples
rw2 constructs a ‘pomp’ object encoding a 2-D Gaussian random walk.
1 2  | rw2(x1_0 = 0, x2_0 = 0, s1 = 1, s2 = 3, tau = 1, times = 1:100,
  t0 = 0)
 | 
x1_0, x2_0 | 
 initial conditions (i.e., latent state variable values at the zero time   | 
s1, s2 | 
 random walk intensities  | 
tau | 
 observation error s.d.  | 
times | 
 observation times  | 
t0 | 
 zero time  | 
The random-walk process is fully but noisily observed.
A ‘pomp’ object containing simulated data.
Other pomp examples: blowflies,
dacca, gompertz,
measles, ou2,
ricker, sir_models,
verhulst
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.