sim.OU(ns = 20, anc = 0, theta = 10, alpha = 0.3, vs = 0.1, vp = 1, nn = rep(20, ns), tt = 0:(ns-1))
ou.M(anc, theta, aa, tt)
ou.V(vs, aa, tt)
alpha
)paleoTS
object for sim.OU
. For ou.M
and ou.V
, a vector of means or variances,
respectively, are generated.ou.M
and ou.V
are used internally by sim.OU
and add.OU.curves
to generate the
means and variances of an OU process.sim.GRW
, opt.joint.OU
x1<- sim.OU(ns=100, anc=0, theta=10, alpha=0.2, vs=0.1, vp=0.1, nn=rep(100, times=100), tt=0:99)
plot(x1)
Run the code above in your browser using DataLab