essieMean | R Documentation |
Compute posterior mean or mode locations from an Essie fit
essieMean(obj, type = c("full", "forward", "backward")) essieCircularMean(obj, type = c("full", "forward", "backward")) essieMode(obj, type = c("full", "forward", "backward"))
obj |
a fitted object generated by |
type |
whether to return the full estimate or just the estimate from the forward or backward pass of the algorithm. |
These functions compute the posterior mean or posterior mode
locations for each time point from and Essie fit. The
essieCircularMean
function assumes the computational grid
is in (lon,lat) projection and computes a circular mean for
longitude.
a list with elements
|
the times corresponding to the location estimates. |
|
a two column matrix of positions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.