Page 1 of 1

Indeterminacy/Rank failure

PostPosted: Mon Apr 16, 2012 8:34 am
by Ansgar
Dear all,
I am currently developing a three country model with oil. I have run into a determinacy problem and now try to find out where it comes from. I have run various versions of the code, for instance a two country version, and also have removed equations which are not necessary for the solution of the model. It seems that it is not simply the number of unstable /stable eivenvalues which is deficient, but that there is a rank failure. I understand that rank failure means that there is redundante equation and hence a missing equation as well. Do you have any suggestions about how I may proceed to detect the problem? I have added the mod file. Your help would be most appreciated!
Best,
Ansgar

Re: Indeterminacy/Rank failure

PostPosted: Wed Apr 18, 2012 7:56 pm
by jpfeifer
Run
Code: Select all
model_diagnostics(M_,options_,oo_)

and you will see the problematic equations.

Re: Indeterminacy/Rank failure

PostPosted: Wed Dec 26, 2012 3:33 am
by leelane
I have the same question. Then I ran the " model_diagnostics(M_,options_,oo_)", and there was no error report. So how to fix this question? Many thanks!