Hi,
I am estimating a Poisson log-normal count data model with maximum likelihood and I need to do a numerical one-dimension integration within optimize() in Mata.
So far, I used the quadrature on sparse grid:
http://www.sparse-grids.de/
But the results are partially inconsistent, i. e. different initial values of the parameters make converge the log-likelihood function at different points and thus different estimates (although close).
I think that this depends on the fact that for very few observations and some nodes the llf goes to infinite , i. e. it would take larger values than the range of exp() 8e+307, and this affects the optimisation procedure at each iteration.
The Quadrature() class seems particularly suitable for this problem, but I am afraid is available only for Stata 16 (I have Stata 15):
https://www.stata.com/manuals/m-5qua...-5Quadrature()
and thus I was wondering what would be the best way to proceed.
Any help would be greatly appreciated.
Simone
Related Posts with Quadrature() and numerical integration in Mata
Endogeneity 2SLSHi there, I have to report on the difference in estimates of 2SLS and OLS (same model) and the endo…
Shifting values leftwards to replace missingCan anyone advise about how to replace missing values with the next value to the right of the same t…
Need help with creating a Growth Incidence Curve in Stata. I am very new to this wonderful software.Hey there! My name is Philip and I'm currently studying for a bachelors degree in economics. I reall…
Dropping unmatched dataHi everyone, I need some help in processing data for my phd research. I started with a dataset inclu…
Panel regression with moderatorDear all, I am conducting a fixed effects panel regression with a IV several DVs and a moderator (M…
Subscribe to:
Post Comments (Atom)
0 Response to Quadrature() and numerical integration in Mata
Post a Comment