This function calculates the coefficient of variation of a numbers vector.
Usage
cv_(x)
Arguments
x
Should be a numbers vector
Value
Numeric, the coefficient of variation of the numbers vector.
Details
To calculate the coefficient of variation, the user should give a numbers vector. The result is defined as the ratio of the standard deviation to the mean. The coefficient of variation formule is the following: