geom.mean: Geometric Mean

Description Usage Arguments Author(s) Examples

View source: R/geom.mean.R

Description

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

Usage

1

Arguments

x

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

Author(s)

Hajk-Georg Drost

Examples

1
2
3
x <- 1:10

geom.mean(x)

myTAI documentation built on Feb. 24, 2021, 9:06 a.m.