HarmonicMean | R Documentation |
The harmonic mean of x, \frac{1}{n} \sum_{i=1}^n x_i^{-1}
, where n is the length of x.
HarmonicMean(x)
x |
An expression or number whose harmonic mean is to be computed. Must have positive entries. |
The harmonic mean of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.