
Last chance! 50% off unlimited learning
Sale ends in
For some confidence level
CDD(R, weights = NULL, geometric = TRUE, invert = TRUE, p = 0.95,
...)
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns
portfolio weighting vector, default NULL, see Details
utilize geometric chaining (TRUE) or simple/arithmetic chaining (FALSE) to aggregate returns, default TRUE
TRUE/FALSE whether to invert the drawdown measure. see Details.
confidence level for calculation, default p=0.95
any other passthru parameters
Chekhlov, A., Uryasev, S., and M. Zabarankin. Portfolio Optimization With Drawdown Constraints. B. Scherer (Ed.) Asset and Liability Management Tools, Risk Books, London, 2003 http://www.ise.ufl.edu/uryasev/drawdown.pdf
# NOT RUN {
data(edhec)
t(round(CDD(edhec),4))
# }
Run the code above in your browser using DataLab