means: Geometric and harmonic mean

Description Usage Arguments Value Note Author(s) Examples

Description

Description needed.

Usage

1
2
3

Arguments

x

A numeric vector.

...

Additional arguments to prod or mean.

Value

A numeric vector of length one.

Note

these have not been thoroughly tested to handle NA values, etc.

Author(s)

Alex Chubaty

Examples

1
2
3
4
series <- 1:10
mean(series)
geometricMean(series)
harmonicMean(series)

achubaty/amc documentation built on April 6, 2021, 6:56 a.m.