Calculating Beta in Excel - VAR or VARP?

Equities, FX, commodities, fixed income, and volatility.
Post Reply
pinstrypes
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by pinstrypes »

I am calculating the beta for some ETF's and mutual funds, with the benchmark being SPY and the time frame being six months of daily returns.



The formula I am using is Variance/Covariance= Beta



In excel, one can choose from the functions VAR, VARA, VARP, and VARPA



VARP and VARPA give a slightly lower result than VAR.



I am using this as part of my risk management and hedging.



So which is a better function to use...VAR or VARP? I understand the difference between population and sample, but is there a "correct" application?



Thanks



E
User avatar
Trev
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by Trev »

Why not just use the SLOPE() function as it is the Beta in a univariate framework? And it should be VAR() as it accounts for the loss of one degree of freedom.
You do not have the required permissions to view the files attached to this post.
pinstrypes
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by pinstrypes »

Found a decent article on Investopedia, of all places. Looks like my formula needed re-arranged.



http://www.investopedia.com/articles/financial-theory/09/calculating-beta.asp
User avatar
aaron
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by aaron »

You should use neither. The best general purpose formula is:



SumProduct(A1:A260,B1:B260) / SumSq(B1:B260)



Assuming you have your security returns in column A and your index returns in column B. This assumes the mean is zero, which is more accurate than estimating a mean. Because you specify the mean, you divide by N rather than N - 1.



Unless your prices are quoted in perfect synch, it's better to use three-day overlapping returns than daily returns. If you want to test this, see if you get significant Beta at lags of +1 or -1.
simcon
Posts: 1
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by simcon »

This page offers a couple of ways of calculating beta in Excel:

http://investexcel.net/367/calculate-stock-beta-with-excel/



The first method uses slope() and the second method uses VAR.P(). Both give the same result.



Sim
User avatar
cpptrader
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by cpptrader »

"This assumes the mean is zero, which is more accurate than estimating a mean."



Beginner question here, but is that because if we assume no drift we are better off assuming zero (random walk with zero mean) since any mean we estimate from a sample is limited to that sample and not the population? I'm not sure if I have that correct, but the challenge that comes to mind is that some would argue equities are not a zero mean.



edit: f*. didn't realize this thread was 2 years old. although I'm still interested in the answer if anyone is willing to comment.
If I owe a million dollars I am lost. But if I owe $50 billion the bankers are lost. -Celso Ming
User avatar
MoreLiver
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Calculating Beta in Excel - VAR or VARP?

Post by MoreLiver »

means are less stable than covariances. It is too easy to have sampled means that do not hold in the future, especially for single stocks. Just google it, there are plenty of examples and ideas on this.
"Commodity forwards/futures vs. inflation swaps, that's where it's at. I'm telling you.!" - FDAXHunter
Post Reply