Debugging

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.
fan
Posts: 215
Joined: Wed Jun 19, 2013 5:14 pm

Debugging

Unread post by fan »

hi tom, i am trying replicate the example in Kim&Nelso (KIMNP126.RPF). However, the following error message appears. I checked the example code, couldn't find the error. Could you please take a look?by the way, what can be the best and a quick way to get the line numbers to check and debug?

Code: Select all

The Error Occurred At Location 170, Line 13 of %MSINIT
Called From Location 127, Line 13 of MSFILTERINIT
## MAT14. Non-invertible Matrix. Using Generalized Inverse for SYMMETRIC.
Attachments
s&w.xls
(46.52 KiB) Downloaded 1021 times
kimnp126.rpf
(7.16 KiB) Downloaded 1030 times
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Debugging

Unread post by TomDoan »

That needs the same fix as in your program. (@MSFilterInit probably was changed to do an additional calculation after the original program was written).

https://estima.com/forum/viewtopic.php?p=11268#p11268
Post Reply