geom.mean {myTAI}R Documentation

Geometric Mean

Description

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

Usage

geom.mean(x)

Arguments

x

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

Author(s)

Hajk-Georg Drost

Examples

x <- 1:10

geom.mean(x)


[Package myTAI version 0.9.3 Index]