GeometricMean {RImpact} | R Documentation |
GeometricMean
Description
Calculates the geometric mean (the nth root of the product of n values).
Usage
GeometricMean(x)
Arguments
x |
Vector of n values whose geometric mean is to be calculated. |
Value
The geometric mean of x.
Author(s)
John Ruscio
References
Ruscio et al. (2012)
Examples
GeometricMean(c(1, 3, 9, 27, 81))
[Package RImpact version 1.0 Index]