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)


drostlab/myTAI documentation built on April 8, 2024, 8:24 a.m.