Statistik
6 Fragen
0 Antworten
RANG
143.000
of 301.252
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 21.207
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.657
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
"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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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]'...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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]; ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0

