DownsideSharpeRatio: Downside Sharpe Ratio

View source: R/DownsideSharpeRatio.R

DownsideSharpeRatioR Documentation

Downside Sharpe Ratio

Description

DownsideSharpeRatio computation with standard errors

Usage

DownsideSharpeRatio(R, rf = 0, SE = FALSE, SE.control = NULL, ...)

Arguments

R

Data of returns for one or multiple assets or portfolios.

rf

Risk-free interest rate.

SE

TRUE/FALSE whether to ouput the standard errors of the estimates of the risk measures, default FALSE.

SE.control

Control parameters for the computation of standard errors. Should be done using the RPESE.control function.

...

Additional parameters.

Details

The Downside Sharpe Ratio (DSR) is a short name for what Ziemba (2005) called the "Symmetric Downside Risk Sharpe Ratio" and is defined as the ratio of the mean excess return to the square root of lower semivariance:

\frac{\overline{(R_{a}-R_{f})}}{\sqrt{2}SemiSD(R_a)}

.

Value

A vector or a list depending on se.method.

Author(s)

Anthony-Alexander Christidis, anthony.christidis@stat.ubc.ca

References

Ziemba, W. T. (2005). The symmetric downside-risk Sharpe ratio. The Journal of Portfolio Management, 32(1), 108-122.

Examples

# Loading data from PerformanceAnalytics
data(edhec, package = "PerformanceAnalytics")
class(edhec)
# Changing the data colnames
names(edhec) = c("CA", "CTA", "DIS", "EM", "EMN",
                 "ED", "FIA", "GM", "LS", "MA",
                 "RV", "SS", "FOF")
# Compute Rachev ratio for managers data
DownsideSharpeRatio(edhec)


braverock/PerformanceAnalytics documentation built on Feb. 16, 2024, 5:37 a.m.