Quote from cml2949:
Thanks for the info.. How can you confirm that?
CML
Quote from acrary:
Setup a Excel spreadsheet. Enter the closing price of the SP in column 1 for each day of the year. In column 2 enter the closing price of the RL for each day of the year.
In column 3 at the bottom enter =correl(a1:a253,b1:b253)
(253 is the number of days in the year)
Multiply the number by 100 and you'll get 92.7 for 2005.
This can also be done on intraday data by selecting a timeframe (5min., 10min. etc.) and populating a database. Then write a program to compute the correlation.
Quote from acrary:
Setup a Excel spreadsheet. Enter the closing price of the SP in column 1 for each day of the year. In column 2 enter the closing price of the RL for each day of the year.
In column 3 at the bottom enter =correl(a1:a253,b1:b253)
(253 is the number of days in the year)
Multiply the number by 100 and you'll get 92.7 for 2005.
This can also be done on intraday data by selecting a timeframe (5min., 10min. etc.) and populating a database. Then write a program to compute the correlation.