Description Usage Arguments Value Examples
Generate metrics dataframe for permutation resampling
1 | PermMetrics(signal.bmk, n, inits, asset.ret, name.bmk, signal.altbmk)
|
signal.bmk |
single xts object, signal with DE rep |
n |
int number of resampling |
inits |
initial weights of the portfolio, in US, DM rep |
asset.ret |
xts object of returns of assets traded in the portfolio |
name.bmk |
string the name for the strategy we're interested in |
signal.altbmk |
xts object alternative benchmark signal for getting relative perf |
metric dataframe
1 | metrics.random <- PermMetrics(signal.hybrid, 5000, c(0, 0.34/0.49), asset.ret, 'hybrid')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.