SharpeRatio
.CalmarRatio(Ra, scale = 12)
SterlingRatio(Ra, scale = 12, excess=.1)
It is also traditional to use a three year return series for these calculations, although the functions included here make no effort to determine the length of your series. If you want to use a subset of your series, you'll need to truncate or subset the input data to the desired length.
Many other measures have been proposed to do similar reward to risk ranking. It is the opinion of this author that newer measures such as Sortino's UpsidePotentialRatio
or Favre's SharpeRatio.modified
are both
Return.annualized
,
maxDrawdown
,
SharpeRatio.modified
,
UpsidePotentialRatio
data(edhec)
lapply(edhec,CalmarRatio)
lapply(edhec,SterlingRatio)
Run the code above in your browser using DataLab