Builds an 'xts' that contains daily risk parity weights
1 2 3 | get_riskParity_dlyWeights(dlyChg,
fun_riskParity_weights = get_naiveParity_weights, halflife,
min_window = ceiling(halflife * 2.3), roll_parity = NULL, ...)
|
dlyChg |
xts that contains daily changes |
fun_riskParity_weights |
function to compute risk parity weights |
halflife |
number of days that accumulate 0.5 density |
min_window |
number of days in the first window |
roll_parity |
days for the output's the rolling window |
... |
fun_riskParity_weights() parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.