rw2: Two-dimensional random-walk process

Description Details See Also Examples

Description

rw2 is a pomp object encoding a 2-D normal random walk.

Details

The random-walk process is fully but noisily observed.

See Also

pomp, ou2

Examples

1
2
3
4
pompExample(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]])

Example output

newly created object(s):
 rw2 

pomp documentation built on May 2, 2019, 4:09 p.m.

Related to rw2 in pomp...