
Last chance! 50% off unlimited learning
Sale ends in
AdjustedSharpeRatio(R, Rf = 0, ...)
where $SR$ is the sharpe ratio with data annualized, $S$ is the skewness and $K$ is the kurtosis
data(portfolio_bacon)
print(AdjustedSharpeRatio(portfolio_bacon[,1])) #expected 0.81
data(managers)
print(AdjustedSharpeRatio(managers['1996']))
print(AdjustedSharpeRatio(managers['1996',1]))
Run the code above in your browser using DataLab