
Calculate Geometric Coefficient of Variation
geom_cv.RdCalculate Geometric Coefficient of Variation
Details
The geometric coefficient of variation is calculated as: $$GCV = \sqrt{\exp(Var[\log(x)]) - 1}$$
See also
Other statistics:
cor_df(),
cv(),
geom_mean(),
geom_sd()
Examples
geom_cv(c(1, 2, 3, 2, 1))
#> [1] 0.5125099