Serving the Quantitative Finance Community

 
User avatar
Magnumpi
Topic Author
Posts: 0
Joined: April 1st, 2012, 4:02 pm

Correlation Estimation for multifactorial simulation

June 17th, 2013, 6:34 pm

Hi all,I have a basic doubt on how to estimate correlation: on price or on returns?My problem is to simulate for example with a GBM the price evolution of two stocks.Initially I thought to make the correlation estimation on prices but I saw that in literature is made mainly on returns.I don't understand why I should choose prices or returns and why the correlation can differ a lot if I use prices or returns.Thank you very much for your time!!!!Bye
 
User avatar
bearish
Posts: 5906
Joined: February 3rd, 2011, 2:19 pm

Correlation Estimation for multifactorial simulation

June 17th, 2013, 11:58 pm

It is not really intuitive, but I would strongly recommend that you carry out a controlled experiment. Go ahead and simulate the return for a reasonable number of days (say 250) of two uncorrelated stocks with prices following GBM with the same volatility. Run a regression on the returns as well as on the price series. Repeat a bunch of times (say 10,000). You should find that the distribution of betas from regressing returns look nicely normal around (the true value of) zero. You should also find that the betas from regressing prices look something like uniform between -1 and 1, and that this will not really change by increasing either the sample length or the number of MC runs. But don't take my word for it. Do it!
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Correlation Estimation for multifactorial simulation

June 18th, 2013, 2:16 pm

A related way to think about it is that the correlation is a property of the driving Brownian noise terms and the issuebecomes: what is the best way to estimate that, given the two time series? A good estimator will recover theparameter 'exactly' as the length of the series grows to infinity, and this will be true for the estimator using returns but notprices. The latter will not benefit from a very long series because the numerator and denominator will bedominated by the exponentially largest terms near the end of the series, assuming a positive growth rate.
 
User avatar
acastaldo
Posts: 14
Joined: October 11th, 2002, 11:24 pm

Correlation Estimation for multifactorial simulation

June 18th, 2013, 3:17 pm

QuoteBearish: But don't take my word for it. Do it!Definitely agree, a most enlightening Monte Carlo experiment that you can do in a few minutes of work.