cv_coef: weighted CV

View source: R/GOF.R

cv_coefR Documentation

weighted CV

Description

weighted CV

Usage

cv_coef(x, w)

Arguments

x

Numeric vector

w

weights of different point

Value

Named numeric vector, (mean, sd, cv).

Examples

x <- rnorm(100)
coefs <- cv_coef(x)

rpkgs/gg.layers documentation built on Sept. 14, 2024, 11:07 p.m.