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 Oct. 8, 2024, 7:47 p.m.