by StephaneAdjemian » Mon Jan 18, 2010 9:14 am
Hi Marcelo,
The parameters of the BVAR's posterior distribution are not saved. You have to edit the code if you want to save this information. The matlab function bvar_toolbox computes the posterior distribution and returns it in the third output argument (named posterior). This argument is a matlab structure gathering the hyperparameters of the posterior distribution. You will find clues for using this structure in the file bvar_forecast.m. In the same file you can add a command (after line 37) to save the structure posterior.
Best,
Stéphane.