determinacy model, prior covers both in/determinacy region
Posted: Tue Feb 09, 2016 12:09 pm
Dear Johannes Pfeifer,
Could I ask you a question that is very important to me?
In my model, there is only one parameter "theta" which is always >1, determining if the model is determinacy or indeterminacy.
When 1<theta<1.35, the model is determinacy;
when theta>=1.35, the model is indeterminacy;
Now if I write dynare code for the determinacy case, set mean of theta=1.3, standard deviation of theta=0.4, theta>1, then the code is
Such distribution covers both determinacy and indeterminacy region.
When doing bayesian estimation, if dynare picks a draw like theta=1.38, which is in the indeterminacy region, does dynare discard it? OR dynare never picks a draw from indeterminacy region? Will the prior integrate to 1?
Many thanks in advance,
Best regards,
Huan
Could I ask you a question that is very important to me?
In my model, there is only one parameter "theta" which is always >1, determining if the model is determinacy or indeterminacy.
When 1<theta<1.35, the model is determinacy;
when theta>=1.35, the model is indeterminacy;
Now if I write dynare code for the determinacy case, set mean of theta=1.3, standard deviation of theta=0.4, theta>1, then the code is
- Code: Select all
theta, , , ,gamma_pdf,1.3,0.4,1, ;
Such distribution covers both determinacy and indeterminacy region.
When doing bayesian estimation, if dynare picks a draw like theta=1.38, which is in the indeterminacy region, does dynare discard it? OR dynare never picks a draw from indeterminacy region? Will the prior integrate to 1?
Many thanks in advance,
Best regards,
Huan