photo

Yasin Simsek


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
284,528
of 301,153

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,067

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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]'...

6 years 前 | 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]; ...

6 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答