photo

Yasin Simsek


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
143,053
of 301,298

評判
0

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,225

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,851

コントリビューション
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

回答