Description Usage Arguments Details Value See Also
This function is used internally by coa_locs() to
calculate the harmonic mean of a set of detections.
1 |
x |
A vector of numbers |
Calculates the harmonic mean (Wikipedia), which is the reciprocal of the arithmetic mean of the reciprocals, i.e.:
1/(mean(1/x))
Returns a vector of length 1
Used internally by coa_locs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.