Skip to content
Prev 1608 / 15274 Next

making sense of 100's of funds

BBands wrote:
A stack ranking of risk/reward ratios is a good idea.  I would recommend 
using either a Cornish Fisher modified Sharpe ratio (to take possible 
non-normality of distributions into account) or Sortino's Upside 
Potential Ratio.  Even Sharpe himself recommends the use of Information 
Ratio preferentially to the original Sharpe ratio, but old habits die 
hard...

To answer an earlier question on sub-sampling:  Yes, from daily *price* 
data you can construct a weekly or monthly series by simply taking the 
price at the end of the week or month, and constructing your returns 
series from the end of period closing price.  The zoo library also has a 
good implementation of the aggregate() function for timeseries data to 
help you automate the sampling while maintaining your original daily data.

Regards,

    - Brian