cv_coef {phenofit} | R 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
library(phenofit)
x = rnorm(100)
coefs <- cv_coef(x)
[Package phenofit version 0.3.10 Index]