Description Usage Arguments Value References See Also Examples
The function implements the dynamic shrinkage estimator of the weights of the global minimum-variance portfolio when the overlapping samples are used as given in Eq. (2.23) of \insertCiteBODNAR21dynshrink;textualDOSPortfolio.
1 | wGMVOverlapping(data, reallocation_points, target_portfolio, relative_loss)
|
data |
an n by p matrix of asset returns. Columns represent different assets rows are observations, where n>p, containing, for instance, log-returns. |
reallocation_points |
a vector of reallocation points. The reallocation points determine when the holding portfolio should be reconstructed and it is weights should be recomputed. |
target_portfolio |
a vector which determines the weights of the target portfolio used when the shrinkage estimator of the global minimum variance portfolio is constructed for the first time. |
relative_loss |
possibly a numeric or NULL. The initial value of the
relative loss in the variance of the target portfolio. If it is NULL, then it
will be initialized with the first subsample and the function
|
a matrix of the constructed weights at each reallocation point of the dynamic shrinkage estimator of the global minimum variance portfolio when overlapping samples are used.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.