question about maxl option of boxjenk

Use this forum for posting example programs or short bits of sample code.
hardmann
Posts: 252
Joined: Sat Feb 26, 2011 9:49 pm

question about maxl option of boxjenk

Unread post by hardmann »

Dear Tom:

I still replicate paper of Morley, Nelson & Zivot(2003), "Why Are the Beveridge-Nelson and Unobserved-Components Decompositions of GDP So Different?,"
I encounter a new question.
The boxjenk code used is "boxjenk(maxl,ar=2,diffs=1,ma=2,const) lgdp" .
Without maxl option, the result is different, so BN decomposition is also different. While I use boxjenk with maxl option to other dataset, the model does not converge, but default specification is ok. I also review reference manual but no answer.

Best regard.
Hardmann.
moderator
Site Admin
Posts: 269
Joined: Thu Oct 19, 2006 4:33 pm

Re: question about maxl option of boxjenk

Unread post by moderator »

In the User's Guide, we note that the MAXL method is more sensitive to problems with initial conditions, particularly with models that may be difficult to fit as in this case.

Try using the conditional least squares estimates as initial values for the MAXL estimation. For example:

boxjenk(ar=2,diffs=1,ma=2,const) lgdp
compute coeffs = %beta
boxjenk(maxl,ar=2,diffs=1,ma=2,const,initial=coeffs) lgdp

Regards,
Tom Maycock
Estima
Post Reply