rw2 {pomp} | R Documentation |
rw2
is a pomp
object encoding a 2-D normal random walk.
data(rw2)
The random-walk process is fully but noisily observed.
pomp-class
and the vignettes
data(rw2) plot(rw2) x <- simulate(rw2,nsim=10,seed=20348585L,params=c(x1.0=0,x2.0=0,s1=1,s2=3,tau=1)) plot(x[[1]])