AdjustedSharpeRatio: Adjusted Sharpe ratio of the return distribution

Description Usage Arguments Details Author(s) References See Also Examples

Description

Adjusted Sharpe ratio was introduced by Pezier and White (2006) to adjusts for skewness and kurtosis by incorporating a penalty factor for negative skewness and excess kurtosis.

Usage

1

Arguments

R

an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns

Rf

the risk free rate

...

any other passthru parameters

Details

Adjusted Sharpe ratio = SR x [1 + (S/6) x SR - ((K-3) / 24) x SR^2]

where SR is the sharpe ratio with data annualized, S is the skewness and K is the kurtosis

Author(s)

Matthieu Lestel, Brian G. Peterson

References

Carl Bacon, Practical portfolio performance measurement and attribution, second edition 2008 p.99

Pezier, Jaques and White, Anthony. 2006. The Relative Merits of Investable Hedge Fund Indices and of Funds of Hedge Funds in Optimal Passive Portfolios. http://econpapers.repec.org/paper/rdgicmadp/icma-dp2006-10.htm

See Also

SharpeRatio.annualized

Examples

1
2
3
4
5

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric


Attaching package: 'PerformanceAnalytics'

The following object is masked from 'package:graphics':

    legend

[1] 0.8084219
                                          HAM1     HAM2     HAM3     HAM4 HAM5
Adjusted Sharpe ratio (Risk free = 0) 2.040073 10.85643 1.110574 1.857069   NA
                                      HAM6 EDHEC LS EQ SP500 TR  US 10Y TR
Adjusted Sharpe ratio (Risk free = 0)   NA          NA 1.938178 0.03978634
                                       US 3m TR
Adjusted Sharpe ratio (Risk free = 0) -606.3258

PerformanceAnalytics documentation built on Feb. 6, 2020, 5:11 p.m.