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/hydroTools documentation built on June 1, 2025, 3:11 p.m.