gets daily weights for optimal portolio from daily implied returns
1 2 | get_optim_dlyWeights_from_dlyImpliedRet(dlyImpliedRet, dlyChg, halflife,
min_window = ceiling(halflife * 2.3), roll_optim = NULL, delta = 1)
|
dlyImpliedRet |
xts that contains portfolio daily implied returns |
dlyChg |
xts that contains daily changes |
halflife |
number of days that accumulate 0.5 density |
min_window |
number of days in the first window |
roll_optim |
days for the output's the rolling window |
delta |
risk aversion parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.