harm.mean {myTAI} | R Documentation |
Harmonic Mean
Description
This function computes the harmonic mean of a numeric input vector x
.
Usage
harm.mean(x)
Arguments
x |
a numeric vector for which harmonic mean computations shall be performed. |
Author(s)
Hajk-Georg Drost
Examples
x <- 1:10
harm.mean(x)
[Package myTAI version 0.9.3 Index]