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

ExpSD(x)

Arguments

x

A vector of values

Value

Returns the standard deviation in log-space

Examples

ExpSD(x = c(1, 2, 3))
#> [1] 2.301323