View source: R/cu_crw_covmat.R
cu_crw_covfun | R Documentation |
A function is created to evaluate the covariance function of the fitted CRW movement model
cu_crw_covfun(x)
x |
A crwFit object created by a call to |
The function returns a function to evaluate the covariance of the fitted Integrated
Ornstein-Ulenbeck movement model. The returned function has 3 arguments: (1) t1
and (2) t2
both vectors of times to evaluate the covariance function of the fitted
IOU model, and (3) E
(defaults to E=0
). Which is the "zero" time of the process.
Typically E
will be the time of the first observation.
Devin S. Johnson
Taylor, J. M., Cumberland, W. G., & Sy, J. P. (1994). A stochastic model for analysis of longitudinal AIDS data. Journal of the American Statistical Association, 89(427), 727-736.
Johnson, D. S., London, J. M., Lea, M. A., & Durban, J. W. (2008). Continuousâtime correlated random walk model for animal telemetry data. Ecology, 89(5), 1208-1215.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.