Calculate the average % two stocks are correlated

I am trying to calculate the average % two stock prices are correlated. I am a new to matlab and am wondering what would be the best function to use?

1 Comment

Questions are not duplicated. One is to test for cointegration and the other is to test for correlation.

Sign in to comment.

Answers (1)

corrcoeff, perhaps, if you don't want to introduce the possibility of time lags between the stock price sequences.

Asked:

CR
on 1 Sep 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!