cv_coef | R Documentation |
weighted CV
cv_coef(x, w)
x |
Numeric vector |
w |
weights of different point |
Named numeric vector, (mean, sd, cv).
library(phenofit)
x = rnorm(100)
coefs <- cv_coef(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.