DrawdownPeak | R Documentation |
Drawdawn peak is for each return its drawdown since the previous peak
DrawdownPeak(R, ...)
R |
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns |
... |
any other passthru parameters |
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
data(assetReturns) R=assetReturns[, -29] # Not run # DrawdownPeak(R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.