I have a bit of an issue with getting my rather complex model to converge. First I estimated a model with OLS and HAC no problem there, but as the residuals were both autocorrelated and heteroskedastic (no real surprise there, I just wanted to go through the model building process) I estimated an ar(1), ar(2) process for the error term, which seemed to get rid of the autocorrelation quite nicely. On top of this I have an EGARCH specification with some variance regressors added. As I have understood basically the point estimates from my final model should equal those from the initial OLS and just the standard errors should improve. I have tried the various estimation options (as I understand it the goal is the maximize the log-likelihood value) but they do not seem to converge well by themselves so I have resorted to user supplied starting values and worked from there through trial and error. Should I basically get (close) to the initial OLS-estimates? Or is it acceptable to reach somewhat different values if they have economic interpretations and residuals are well behaving?
Thanks in advance and hope someone figured out what I was going after
