Statistiques
6 Questions
0 Réponses
RANG
143 027
of 301 275
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 216
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 777
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
"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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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]'...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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]; ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0

