photo

Rebecca Biegger


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
6 Antworten

RANG
297.677
of 301.540

REPUTATION
0

BEITRÄGE
3 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.319

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 175.260

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


minimum variance portfolio with fixed return
I want to show a minimum variance portfolio with a fixed return of 3.5% I got the code for the minimum variance portfolio but I...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Failure in initial objective function evaluation. FMINCON cannot continue
size(Ausgangsgewichte) = 1 8 size(Alpha) = 8 1 size(Kovarianz) = 8 8 Which one exactly should I transpose with ".'"?

etwa 7 Jahre vor | 0

Frage


Failure in initial objective function evaluation. FMINCON cannot continue
[Lambda] =(mean(Benchmark)-monatlrisikofreierZins)/(2*std(Benchmark)^2); Zielfunktion = (@(Ausgangsgewichte)Ausgangsgewichte'*(...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches th...

etwa 7 Jahre vor | 0

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
I also get an error, when I use the fmincon Function. Following error appears: Failure in initial objective function evaluation...

etwa 7 Jahre vor | 0

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
I changed it and getting a different error now: Invalid expression. Check for missing multiplication operator, missing or unbal...

etwa 7 Jahre vor | 0

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Thank you it worked! However I have another problem. I get following error: Invalid expression. When calling a function or ind...

etwa 7 Jahre vor | 0

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Renditen is a 110x8 array and BenchmarkGewichte a 1x8 array. I switched length to size but it is still not working..

etwa 7 Jahre vor | 0

Frage


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
for i=1:length(Renditen) Benchmark(i,1) = Renditen(i,:).*BenchmarkGewichte; end

etwa 7 Jahre vor | 6 Antworten | 0

6

Antworten