photo

Rebecca Biegger


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
6 Risposte

RANK
297.633
of 301.496

REPUTAZIONE
0

CONTRIBUTI
3 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.302

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.859

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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...

circa 7 anni fa | 0 risposte | 0

0

risposte

Risposto
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 ".'"?

circa 7 anni fa | 0

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

circa 7 anni fa | 0

Risposto
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...

circa 7 anni fa | 0

Risposto
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...

circa 7 anni fa | 0

Risposto
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...

circa 7 anni fa | 0

Risposto
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..

circa 7 anni fa | 0

Domanda


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

circa 7 anni fa | 6 risposte | 0

6

risposte