Page 1 of 1

censored model, not able to fit or solve

Posted: Thu Aug 18, 2011 8:29 pm
by maxchen
Ver: EViews7Patch_081811.exe

see the attached prg files.
The Censored01c.PRG works, however
Censored01a.PRG fail, only the change is the computation order, from qi -> mod1 -> h, to h -> qi -> mod1.
Censored01b.PRG fail, only the change is the computation order, from qi -> mod1 -> h, to qi -> h -> mod1.

Re: censored model, not able to fit or solve

Posted: Fri Aug 19, 2011 7:58 am
by EViews Gareth
I'll have Glenn take a look at this. He's out for a couple of weeks at the moment.

Re: censored model, not able to fit or solve

Posted: Tue Sep 06, 2011 1:36 pm
by EViews Glenn
What's happening is that the makeregs is incorrectly resetting some information inside the equation object. I've got a fix, but it'll take a couple of days to get a posting up. For now, do the makeregs as the last thing.

Thanks for the report.

Re: censored model, not able to fit or solve

Posted: Fri Sep 16, 2011 5:34 pm
by maxchen
thanks, has been fixed in EViews7Patch_090711.exe