Problem in likelihood convergence
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Good evening to everyone, I coded an entire model in Matlab about multivariate time series and I adopted as optimization solver fmincon (because of stationarity conditions) and I used as algortihm the interior point. I write a one step likelihood of the type:
lt=−1/2*[ln|St|+ tr(St^(−1)*Rt)], where St and Rt are matrices that changes for every observation (row) , from 1 to 4683, from which I have to estimate 82 parameters. Whent I use fmincon optimization solver, it happens that the sum of likelihood (sum of lt) goes drastically down and it determines error in the last two parameters estimation end I also get an exitflag of 0. Could anyone suggest me an approach to deal with this issue? Thank you in advance.
14 件のコメント
Alessandra Costa
2019 年 6 月 11 日
Alessandra Costa
2019 年 6 月 12 日
Alessandra Costa
2019 年 6 月 12 日
John D'Errico
2019 年 6 月 12 日
Are you trying to use a minimizer to solve a MAXIMUM likelihood problem? fmincon is a minimizer. You may be going in the wrong direction. You want to minimize the negative log likelihood.
Alessandra Costa
2019 年 6 月 12 日
Alessandra Costa
2019 年 6 月 13 日
Alessandra Costa
2019 年 6 月 13 日
Alessandra Costa
2019 年 6 月 13 日
Alessandra Costa
2019 年 6 月 13 日
Alessandra Costa
2019 年 6 月 16 日
Matt J
2019 年 6 月 16 日
Did you attach it? I don't see it.
Alessandra Costa
2019 年 6 月 17 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!