photo

Yasin Simsek


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
241,526
of 301,338

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,236

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Parametrizing Initial Points for fminunc
I want to minimize a function. When doing this I want also to parameterize initial points and try to optimze them. Indeed, i hav...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Initial point selection in MLE of GARCH
I want to estimate a simple GARCH(1, 1) model with maximum likelihood estimation. I wrote the log likelihood function. I minimiz...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


"Fminunc cannot continue" Error with gamma function
I am trying to minimize minus likelihood function for the ML estimation. I get the following error: "Objective function is undef...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Supplied objective function must return a scalar value in fminunc
I write the following code for AR(2) process maximum likelihood estimation global y t; y = [1 2 4 6 4 12 11 13 11 14 16 17]'...

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

1

답변

질문


Not enough input arguments with fminunc
I wrote the followng code global y t; y = [1 2 4 6 4 12 11 13 11 14 16 17]'; T = length(y); t = [1:T]'; x0 = [0, 0]; ...

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

1

답변

질문


fminbnd gives "Operands to the || and && operators must be convertible to logical scalar values"
I am trying to write value function iteration method. I write following function; function val = valfnc(k) global beta alph...

대략 7년 전 | 답변 수: 1 | 0

1

답변