powered by
Analytical ML estimator for random walk and stasis models
mle.GRW(y)mle.URW(y)mle.Stasis(y)
mle.URW(y)
mle.Stasis(y)
a vector of mstep and vstep for mle.GRW, vstep for mle.URW, and theta and omega for mle.Stasis
mstep
vstep
mle.GRW
mle.URW
theta
omega
mle.Stasis
a paleoTS object
paleoTS
mle.URW(): ML parameter estimates for URW model
mle.URW()
mle.Stasis(): ML parameter estimates for Stasis model
mle.Stasis()
fitSimple
y <- sim.GRW(ms = 1, vs = 1) w <- mle.GRW(y) print(w)
Run the code above in your browser using DataLab