Learn R Programming

pomp (version 1.19)

rw2: Two-dimensional random-walk process

Description

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

Arguments

Details

The random-walk process is fully but noisily observed.

See Also

pomp, ou2

Examples

Run this code
# NOT RUN {
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]])
# }

Run the code above in your browser using DataLab