BVAR à la Sims

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

BVAR à la Sims

Postby MelleMa » Thu Jul 28, 2016 4:32 pm

Dear all,

do I understand correcly that it is not possible to retrieve posterior distributions of BVAR parameters? Just moments of forecasts and rmse?
Thank you very much in advance!
MelleMa
 
Posts: 7
Joined: Tue Oct 11, 2011 12:00 pm

Re: BVAR à la Sims

Postby jpfeifer » Mon Aug 01, 2016 6:44 am

Currently that is not possible. But within bvar_density.m you can change
Code: Select all
    [ny, nx, posterior, prior] = bvar_toolbox(nlags);

to
Code: Select all
    [ny, nx, posterior, prior] = bvar_toolbox(nlags);
    oo_.bvar.posterior{nlags}=posterior;
    oo_.bvar.prior{nlags}=prior;

to store the prior and posterior in oo_.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany

Re: BVAR à la Sims

Postby MelleMa » Mon Aug 01, 2016 1:50 pm

Thank you very much for your reply!
MelleMa
 
Posts: 7
Joined: Tue Oct 11, 2011 12:00 pm

Re: BVAR à la Sims

Postby jpfeifer » Sun Aug 21, 2016 3:03 pm

Starting with tomorrow, the unstable version will save this information
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare help

Who is online

Users browsing this forum: Google [Bot] and 7 guests