Is a standard deviation of 569 big or small? Paste your numbers to get the coefficient of variation with the Excel formula, or compare two data sets and see whether their CVs really differ.
Coefficient of Variation Calculator - CV, %RSD, Two Sets
Is a standard deviation of 569 big or small? Paste your numbers to get the coefficient of variation with the Excel formula, or compare two data sets and see whether their CVs really differ.
Parameters
Enter data for calculations
💡 Fill in all required fields to unlock the calculate button
Spread as a share of the mean
A standard deviation of 569 sounds large next to one of 9.47, until you learn that the first comes from salaries around 6,000 and the second from response times around 97. The coefficient of variation, the standard deviation divided by the mean, puts both on the same footing: 9.5% against 9.8%. This calculator returns it for one data set or compares two, works from raw numbers or from a mean and standard deviation you already have, prints the matching Excel formula, adds the small-sample correction and, for two sets, runs the Feltz and Miller test to say whether the difference between the two CVs is real or just noise.
Raw numbers or a finished mean: the form adapts
- What you have - the raw numbers, or a mean and a standard deviation that are already computed, as in a report or a paper.
- Data - at least two numbers, separated by spaces, commas or new lines, with no units or thousands separators. A second data set is optional; fill it in to compare, even in different units and sizes.
- Sample or population - sample divides by n - 1, like STDEV.S; population divides by n, like STDEV.P, and fits only when you hold every value.
- Mean, standard deviation and count - only in the second mode. The count is optional and switches on the small-sample correction.
- Read the result - the CV in the headline, then the mean, the standard deviation, the range and the corrected CV; with two sets, both readings side by side and the test.
Five situations, five readings
One set of temperatures, three coefficients
A CV only means something when zero means "none of it", as with money, weight, time or length. Fahrenheit and Celsius put zero at arbitrary points, so the mean, and with it the CV, depends on the scale chosen. Kelvin starts at absolute zero, the only one of the three with a true zero.
| Scale | Values | Mean | SD | CV |
|---|---|---|---|---|
| Fahrenheit | 32, 41, 50, 59 | 45.50 | 11.62 | 25.5% |
| Celsius | 0, 5, 10, 15 | 7.50 | 6.45 | 86.1% |
| Kelvin | 273.15 to 288.15 | 280.650 | 6.455 | 2.3% |
| Takeaway | For temperatures report the standard deviation; if a CV is really needed, only kelvin has a true zero. | |||
Standard deviation or coefficient of variation
| Question | Standard deviation | Coefficient of variation |
|---|---|---|
| Unit | Same as the data | None, a percentage |
| Compares sets in different units | No | Yes |
| Works with negative values or a mean near zero | Yes | No, it becomes meaningless or explodes |
| Excel formula | =STDEV.S(range) | =STDEV.S(range)/AVERAGE(range) |
Short answers on the CV
Related tools
Standard Deviation Calculator
Spread around the mean, sample and population, step by step - See calculator
Average Calculator
Arithmetic, weighted, geometric and harmonic means - See calculator
Interquartile Range Calculator
A spread measure that ignores extreme values - See calculator
Percentile Calculator
Any percentile or percentile rank, three methods side by side - See calculator
Mode Calculator
The most frequent value, for numbers or words - See calculator
Median Calculator
The middle value of a sorted list - See calculator