Coefficient of Variance in Excel

gahooja

New Member
Joined
Mar 26, 2010
Messages
14
Hello, I am trying to figure out how to calculate the coefficient of variation in excel but cant figure it out. Any help would be appreciated.

Stocks Expected Return Probability of Occurring
-20% .20
-10% .25
25% .40
35% .15

That is the problem, what formula can i use to get the coefficient of variation.

Thanks
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Coefficient of Variation is defined as the ratio of a population's standard deviation to its mean. For a given column of data (say A1:A5), that could be calculated as:

=stdev(A1:A5)/average(A1:A5)

Since you have two columns of data, I suspect that you might be looking for the coefficient of determination (Rsquare). That's available in the formula:

=linest(y-range, x-range, true, true)

This must be entered as an array. Read more about it in Excel's help function.


Ric
 
Upvote 0

Forum statistics

Threads
1,222,902
Messages
6,168,938
Members
452,227
Latest member
sam1121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top