SortinoRatio(R, MAR = 0, ..., weights = NULL)
Choosing the MAR carefully is very important, especially when comparing disparate investment choices. If the MAR is too low, it will not adequately capture the risks that concern the investor, and if the MAR is too high, it will unfavorably portray what may otherwise be a sound investment. When comparing multiple investments, some papers recommend using the risk free rate as the MAR. Practitioners may wish to choose one MAR for consistency, several standardized MAR values for reporting a range of scenarios, or a MAR customized to the objective of the investor.
$$SortinoRatio=\frac{(\overline{R_{a} - MAR})}{\delta_{MAR}}$$ where
$\delta_{MAR}$ is the DownsideDeviation
.
SharpeRatio
DownsideDeviation
SemiVariance
SemiDeviation
InformationRatio
data(managers)
round(SortinoRatio(managers[, 1]),4)
round(SortinoRatio(managers[, 1:8]),4)
Run the code above in your browser using DataLab