robCompositions (version 2.1.0)

gm: 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

Examples

Run this code
# NOT RUN {
gm(c(3,5,3,6,7))
# }

Run the code above in your browser using DataLab