mathGmvMuCov | R Documentation |
Compute the weights, mean return and volatility of a GMV portfolio based on user specified mean vector and covariance matrix
mathGmvMuCov(muRet, volRet, corrRet, digits = 3)
muRet |
Mean vector |
volRet |
Volatility vector |
corrRet |
matrix of correlations |
digits |
Integer value number of decimal places, default 3 |
a list contains weights, mean return and volatility of a GMV portfolio
args(mathGmvMuCov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.