calmar_ratio | R Documentation |
A risk-adjusted measure like Sharpe ratio that uses maximum drawdown instead of standard deviation for risk
calmar_ratio(x, ann_frisk = 0, t = 252, is_geom = TRUE)
x |
asset returns |
ann_frisk |
annual free risk value |
t |
frequency of data. 1: yearly, 4: quarterly, 12: monthly, 52: weekly, 252: daily |
is_geom |
TRUE geometric, FALSE simple |
numeric
xx <- c(0.003,0.026,0.015,-0.009,-0.014,-0.024,0.015,0.066,-0.014,0.039)
calmar_ratio(xx,ann_frisk = 0.01,t=12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.