cv | R Documentation |
Returns the estimated coefficient of variation or the unbiased estimate of the coefficient of variation.
cv(C.of.V=NULL, mean=NULL, sd=NULL, N=NULL, unbiased=FALSE)
C.of.V |
Usual estimate of the coefficient of variation ( |
mean |
observed mean |
sd |
observed standard deviation (based on |
N |
sample size |
unbiased |
return the unbiased estimate of the coefficient of variation |
A function to calculate the usual estimate of the coefficient of variation or its unbiased estimate.
Returns the estimated coefficient of variation (regular but biased estimate or unbiased estimate.
Ken Kelley (University of Notre Dame; KKelley@ND.Edu)
ci.cv
cv(mean=100, sd=15)
cv(mean=100, sd=15, N=50, unbiased=TRUE)
cv(C.of.V=.15, N=2, unbiased=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.