gm: gmean

gmR Documentation

gmean

Description

This function calculates the geometric mean.

Usage

gm(x)

Arguments

x

a vector

Details

gm calculates the geometric mean for all positive entries of a vector. Please note that there is a faster version available implemented with Rcpp but it currently do not pass CRAN checks cause of use of Rcpp11 features. This C++ version accounts for over- and underflows. It is placed in inst/doc

Author(s)

Matthias Templ

Examples

gm(c(3,5,3,6,7))

robCompositions documentation built on Aug. 25, 2023, 5:13 p.m.