harm.mean: Harmonic Mean

View source: R/harm.mean.R

harm.meanR 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)


HajkD/myTAI documentation built on Oct. 13, 2023, 12:07 a.m.