These functions return maximum likelihood estimators for the general random walk mle.GRW
, unbiased random walk mle.URW
and stasis mle.Stasis
models, but only under a restriced set of circumstances are these valid! For these estimators to be valid, the sampling error must be the same in all samples, which generally means equal sample size and variances in all samples. For the random walk models, it is also assumed that samples are evenly spaced in time. Because these assumptions usually do not hold for paleontological data, almost all users should instead use the numerical optimization functions (see opt.GRW
). The main purpose for the present functions is to provide starting estimates for numerical optimization.