getTau {marcher} | R Documentation |
Compute time scale parameters
Description
A mostly internal function that takes the "residuals" of a range-shift process and estimates
\tau_z
and, if necessary,
\tau_v
.
Usage
getTau(Z.res, T = T, model = c("wn", "ou", "ouf")[1], tau0 = NULL,
CI = FALSE, method = c("like", "ar")[1])
Arguments
Z.res |
complex vector of isotropic Gaussian, possibly autocorrelated time series of points |
T |
time vector |
model |
one of |
tau0 |
initial values of parameter estimates - a named vector: |
CI |
whether or not to compute the confidence intervals (temporarily only available for |
method |
either |