Page 1 of 1

Prior figures do not stop appearing

PostPosted: Tue Apr 19, 2016 6:37 pm
by lin123
Hello, it is me again
I have a problem with my estimation procedure.
I am trying to estimate a large scale dsge model. When I run a my estimation code, the prior figures do not stop appearing.
Somebody know what could be wrong? It is strange because Dynare does not show any error message.
Thanks again.
Hope somebody can help me
Regards,
Elmer.

Re: Prior figures do not stop appearing

PostPosted: Tue Apr 19, 2016 7:05 pm
by lin123
well, finally Matlab stops and it gave me this message:

//------------------------
You did not declare endogenous variables after the estimation/calib_smoother command.

Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space
can
crash MATLAB and/or your computer.

Error in ismember>ismemberlegacy
---------------------------//

Can any of you tell me how can i fix this problem? I tried declaring endogenous variables but I do not know how to write the code.

Many thanks again in advance

Lin

Re: Prior figures do not stop appearing

PostPosted: Tue Apr 19, 2016 7:21 pm
by lin123
Hello,
Now I was able to declare a list of endogenous variables. I tried with just one variable, but still the message of "Maximum recursion limit of 500 reached appears".
Do you know how to solve this problem?
Regard,
Lin.

Re: Prior figures do not stop appearing

PostPosted: Thu Apr 21, 2016 11:58 am
by jpfeifer
Usually that happens when your data has the same name as the mod-file.

Re: Prior figures do not stop appearing

PostPosted: Fri Apr 22, 2016 8:33 am
by lin123
I am so sorry for the silly mistake, Professor.
Thank you a lot anyways.
Lin