Puts log transformed values onto natural scale and takes mean of vector. Calculates mean(2^x - 1)

expavg(x)

Arguments

x

numeric

Value

numeric

Examples

x <- 1:10
logmean(expavg(x))
#> [1] 7.676662