Geometric mean in Bayes space
gmean.RdBayes-space mean of a dd object or a list (ddl) of them.
Usage
gmean(x, ...)
# S3 method for class 'ddl'
gmean(x, ...)
# S3 method for class 'dd'
gmean(x, ...)Arguments
- x
A
ddobject or addllist.- ...
Further arguments forwarded to the underlying
mean.dd().