Description Usage Arguments Value Author(s) References
Compute the mean-variance efficient frontier (on prices) by quadratic programming, as described in A. Meucci "Risk and Asset Allocation", Springer, 2005
1 2 | EfficientFrontierPrices(NumPortf, Covariance,
ExpectedValues, Current_Prices, Budget)
|
NumPortf |
[scalar] number of portfolio in the efficient frontier |
Covariance |
[matrix] (N x N) covariance matrix |
ExpectedValues |
[vector] (N x 1) expected returns |
Current_Prices |
[vector] (N x 1) current prices |
Budget |
[scalar] budget constraint |
ExpectedValue [vector] (NumPortf x 1) expected values of the portfolios
Std_Deviation [vector] (NumPortf x 1) standard deviations of the portfolios
Composition [matrix] (NumPortf x N) optimal portfolios
Xavier Valls flamejat@gmail.com
A. Meucci - "Exercises in Advanced Risk and Portfolio Management" http://symmys.com/node/170.
See Meucci's script for "EfficientFrontierReturns.m".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.