mle.GRW: Analytical ML estimator for random walk and stasis models

View source: R/simpleModels.R

mle.GRWR Documentation

Analytical ML estimator for random walk and stasis models

Description

Analytical ML estimator for random walk and stasis models

Usage

mle.GRW(y)

mle.URW(y)

mle.Stasis(y)

Arguments

y

a paleoTS object

Value

a vector of mstep and vstep for mle.GRW, vstep for mle.URW, and theta and omega for mle.Stasis

Functions

  • mle.URW(): ML parameter estimates for URW model

  • mle.Stasis(): ML parameter estimates for Stasis model

Note

These analytical solutions assume even spacing of samples and equal sampling variance in each, which will usually be violated in real data. They are used here mostly to generate initial parameter estimates for numerical optimization; they not likely to be called directly by the user.

See Also

fitSimple


paleoTS documentation built on Aug. 9, 2022, 1:06 a.m.