Search found 9 matches

by ming-ming
Wed Nov 04, 2015 5:45 pm
Forum: Programming
Topic: Command to uncheck the "Add lagged regressors..."
Replies: 2
Views: 2285

Re: Command to uncheck the "Add lagged regressors..."

noexinst

Many thanks!
by ming-ming
Tue Nov 03, 2015 8:44 pm
Forum: Programming
Topic: Command to uncheck the "Add lagged regressors..."
Replies: 2
Views: 2285

Command to uncheck the "Add lagged regressors..."

Hi I am running 3sls estimation for an equation system in Eviews 6. The basic code I used is do sys_3sls.3sls(showopts,i,m=100000,c=0.0000001) I have checked the reference manual and user's guide but failed to find a command or option to unselect the box "Add lagged regressors to instruments fo...
by ming-ming
Mon Apr 23, 2012 5:00 pm
Forum: Estimation
Topic: Failure to improve Likelihood after ... iteration
Replies: 1
Views: 4053

Failure to improve Likelihood after ... iteration

Hello, I am estimating a non-linear system using full-information maximum likelihood. For some initial values, I got the warning "Failure to improve Likelihood after ... iteration". Could anybody explain to me what does that warning mean? Could the log likelihood be trusted in this case? I...
by ming-ming
Fri Feb 17, 2012 10:14 pm
Forum: Programming
Topic: Error in FIML estimation
Replies: 5
Views: 4216

Re: Error in FIML estimation

Thank you for your response. That is indeed an issue. After I fixed that issue by choosing another group of initial values, which guarantees all positive bases before raised to any power, a similar error message occurs, i.e., "no valid observation..." or "near singular matrix..."...
by ming-ming
Thu Feb 16, 2012 11:36 pm
Forum: Programming
Topic: Error in FIML estimation
Replies: 5
Views: 4216

Re: Error in FIML estimation

Hi Gareth, Thank you for your response. I checked the code again. Take the following one as an example (H-LINPUT)^((C(5)-1)/C(5)) The base (H-LINPUT) is always positive and the power ((C(5)-1)/C(5)), as you mentioned, is negative. But I did not "raise a negative number to a power less than 1&qu...
by ming-ming
Thu Feb 16, 2012 10:10 pm
Forum: Programming
Topic: Error in FIML estimation
Replies: 5
Views: 4216

Error in FIML estimation

Hello, I am trying to do a system estimation using FIML. However, the code I wrote didn't work. I have checked the possible error while entering the equations but found none. I specified thousands of initial values through loops but none of them worked either (I specified a very large number for the...
by ming-ming
Tue Jan 10, 2012 12:24 pm
Forum: Programming
Topic: How to ignore MLE error report in a loop (grid search)
Replies: 4
Views: 3505

Re: How to ignore MLE error report in a loop (grid search)

It is only available in EViews 7. It is documented in the Command and Programming Reference.

All versions of EViews let you set the number of errors each time you run a program though (in the Run dialog).
Got it. Thanks!
by ming-ming
Tue Jan 10, 2012 11:21 am
Forum: Programming
Topic: How to ignore MLE error report in a loop (grid search)
Replies: 4
Views: 3505

Re: How to ignore MLE error report in a loop (grid search)

You can use the setmaxerrs command to tell EViews not to stop after a single error. You can also use @errorcount to check whether an error has occurred. Thank you for your suggestion! But I could not find any further explanation about the command setmaxerrs in all EViews user's guide or reference m...
by ming-ming
Mon Jan 09, 2012 8:41 pm
Forum: Programming
Topic: How to ignore MLE error report in a loop (grid search)
Replies: 4
Views: 3505

How to ignore MLE error report in a loop (grid search)

Hi All, Thank you for reading this message. I am doing full-information maximum likelihood estimation in EViews. In order to obtain some confidence that the estimated log likelihood is "global" max, instead of local max, I am trying to do grid search over the parameter space by changing th...

Go to advanced search