Geometric Coefficient of Variation

geom_cv(x)

Arguments

x

(numeric)
numeric vector of positive values.

Value

A single numeric value representing the geometric coefficient of variation (%).

Examples

geom_cv(c(1, 2, 3, 4, 5))
#> [1] 70.54166