Coefficient of Variation Calculator Formula
Understand the math behind the coefficient of variation calculator. Each variable explained with a worked example.
Formulas Used
Coefficient of Variation
cv = (std_dev / abs(mean_val)) * 100CV as Decimal
ratio = std_dev / abs(mean_val)Variables
| Variable | Description | Default |
|---|---|---|
std_dev | Standard Deviation | 5 |
mean_val | Mean | 50 |
How It Works
How to Calculate the Coefficient of Variation
Formula
CV = (Standard Deviation / |Mean|) * 100%
The CV is a dimensionless measure of relative variability. It allows comparison of spread across datasets with different units or vastly different means. A CV of 10% means the standard deviation is 10% of the mean.
Worked Example
A dataset has a mean of 50 and standard deviation of 5. Find the CV.
std_dev = 5mean_val = 50
- 01CV = (5 / |50|) * 100%
- 02CV = 0.10 * 100%
- 03CV = 10%
Ready to run the numbers?
Open Coefficient of Variation Calculator