Page 1 of 1

error message

PostPosted: Thu Dec 17, 2009 2:29 pm
by Hoyd
What could the problem be if the following error messages show up.. It was model stochastic simulation.

?? Error using ==> print_info at 49
MJDGGES returns the following error code174

Error in ==> stoch_simul at 44
print_info(info);

Error in ==> linearmcNS2 at 868
info = stoch_simul(var_list_);

Error in ==> dynare at 102
evalin('base',fname) ;

Could anyone help please? Many thanks!

Re: error message

PostPosted: Fri Dec 18, 2009 9:02 am
by AssiaEzzeroug
Hi,

could you post your mod-file plz?

Best

Re: error message

PostPosted: Fri Dec 18, 2009 12:22 pm
by Hoyd
Here it is....very grateful for your help!

Re: error message

PostPosted: Fri Dec 18, 2009 5:06 pm
by AssiaEzzeroug
you forgot to assign a value to the coefficient "weight7" in the block "parameters". The field M_.params contains a NaN related to this parameter.

Best

Re: error message

PostPosted: Fri Dec 18, 2009 5:43 pm
by Hoyd
It was really silly for me to have made such a mistake :oops: :oops: .... should have been more careful.

Many thanks!