Hallo everyone
I woud ask a question about how to draw prior and posterior densities manually after estimation
I use the following command
figure
plot(oo_.prior_density.parameters.xiw,’–’,‘LineWidth’,2);hold on;
plot(oo_.posterior_density.parameters.xiw,’-o’,‘LineWidth’,2);
title(‘Calvo wage’);
legend(‘prior density’, ‘posterior density’)
legend(‘boxoff’)
but then the figure is not as good as Dynare displays. untitled.pdf (44.2 KB)
Can anyone guide me how to do that manually?
WIth best regards