photo

Rebecca Biegger


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
6 Respuestas

CLASIFICACIÓN
144.702
of 301.464

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.292

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.642

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

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

casi 7 años hace | 0

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

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

casi 7 años hace | 0

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

casi 7 años hace | 0

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

casi 7 años hace | 0

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

alrededor de 7 años hace | 0

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

alrededor de 7 años hace | 0

Pregunta


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

alrededor de 7 años hace | 6 respuestas | 0

6

respuestas