View source: R/most_diversified_portfolio.R
most_diversified_portfolio | R Documentation |
Most diversified portfolio of Choueifaty and Coignard (2008)
most_diversified_portfolio(s, C)
s |
matrix of asset standard deviations |
C |
matrix of asset correlations |
matrix of asset weights
s <- matrix(c(.15, .3)) C <- matrix(c(1, .5, .5, 1), nrow = 2) most_diversified_portfolio(s, C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.