photo

Rebecca Biegger


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
6 답변

순위
144,690
of 301,454

평판
0

참여
3 질문
6 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,287

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,632

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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 ".'"?

거의 7년 전 | 0

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

답변 있음
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..

거의 7년 전 | 0

질문


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

거의 7년 전 | 답변 수: 6 | 0

6

답변