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 Feb. 15, 2025, 6:44 p.m.