Page 1 of 1

model comparison

PostPosted: Sat Jun 24, 2017 9:02 am
by stavakoli
Hi everybody
I have a small-open-economy RBC model Bayesian estimation. I have 2 policy A and B . How can I compare these 2 model?

Re: model comparison

PostPosted: Thu Jun 29, 2017 1:45 pm
by jpfeifer
If they are estimated on the same data, you can do Bayesian model comparison using the marginal data density.

Re: model comparison

PostPosted: Sat Jul 01, 2017 4:52 am
by stavakoli
Thank you for your answer.
but how should I compare using the marginal data density?

Re: model comparison

PostPosted: Tue Jul 04, 2017 5:30 am
by stavakoli
jpfeifer wrote:If they are estimated on the same data, you can do Bayesian model comparison using the marginal data density.

Thank you for your answer.
but how should I compare using the marginal data density?

Re: model comparison

PostPosted: Mon Jul 10, 2017 3:28 pm
by jpfeifer

Re: model comparison

PostPosted: Wed Jul 12, 2017 6:16 am
by stavakoli
jpfeifer wrote:See viewtopic.php?f=1&t=15181

Thank you for your answer jpfeifer
I red that file and add the code
Code: Select all
model_comparison policyb(0.5) policya(0.5);
 

It worked but it didn't give me any answer about model comparison. what is the problem? how can I fined the answer?