Calculate the variance to mean ratio (VMR) in non-logspace (return answer in log-space)

LogVMR(x, ...)

Arguments

x

A vector of values

...

Other arguments (not used)

Value

Returns the VMR in log-space

Examples

LogVMR(x = c(1, 2, 3))
#> [1] 2.187301