Calculate mean of logged values in non-log space (return answer in log-space)

ExpMean(x, ...)

Arguments

x

A vector of values

...

Other arguments (not used)

Value

Returns the mean in log-space

Examples

ExpMean(x = c(1, 2, 3))
#> [1] 2.308994