harm.mean: Harmonic Mean

Description Usage Arguments Author(s) Examples

Description

This function computes the harmonic mean of a numeric input vector x.

Usage

1

Arguments

x

a numeric vector for which harmonic mean computations shall be performed.

Author(s)

Hajk-Georg Drost

Examples

1
2
3
x <- 1:10

harm.mean(x)

YTLogos/myTAI documentation built on May 19, 2019, 1:46 a.m.