Portfolio optimization - quad prog function

Hi,
I have a function mean_var_portopt1 (here attached). I am trying to call the function by writing:
targetreturn=0.07
% Determine the efficient portfolio weights given the target return.
[Weff]= mean_var_portopt1(targetreturn, Rets);
Rets is a 3740x5 matrix of asset returns. As a result, I should get a 5-element column vector with asset weights but instead I get a 5x5 matrix, why is that?
Thanks!

3 件のコメント

Matt J
Matt J 2014 年 7 月 18 日
When I run your code, I do get a 5x1 columns vector.
civs
civs 2014 年 7 月 18 日
You do? how come? ...
Matt J
Matt J 2014 年 7 月 18 日
編集済み: Matt J 2014 年 7 月 18 日
There's no apparent reason that I should not. My guess is that you did not actually input targetreturn=0.07, but rather some non-scalar value.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePortfolio Optimization and Asset Allocation についてさらに検索

質問済み:

2014 年 7 月 17 日

編集済み:

2014 年 7 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by