Skip to content
Prev 1156 / 15274 Next

portfolioMarkowitz function

Deb Midya wrote:

            
targetReturn = 0.0167
20 devided by 100 devided by 12
Mean-variance Portfolio Problem ...
no short selling bigger than 0 smaller than 1 for each asset ....
The result:

Title:
 Mean-Variance Portfolio Optimization

Call:
 portfolioMarkowitz(x = berndtAssets, targetReturn = 20/100/12)

Portfolio Weights:
    2    5    7    9   10   13   14
0.53 0.03 0.15 0.08 0.08 0.02 0.12

Sum of Weights:
 [1] 1

Target Return(s):
 [1] 0.0167

Target Risk(s):
       [,1]
[1,] 0.037

Description:
 [1] "Thu Nov 23 16:49:18 2006"

The solution is for the Mean-Variance Portfolio optimization problem 
according
to Markowitz, short selling forbidden. The target return is just 
20/100/12 = 0.0167.
The investment in asset No 2 is 53%, in asset no 7 15% and so on.

Diethelm Wuertz