Hello,
I have a little confusion following Bayesian estimation:
-
When I retrieve estimate of the bayesian procedure as follows:
m = load(‘Credibility_mh_mode.mat’)
then:
m.xparam1 Are estimates of posterior mode or posterior mean ? -
In the meanwhile I estimated the standard error of a shock say Inflation, then:
oo_.PosteriorIRF.dsge.Var.Y_Inflation_SHK
is the Bayesian IRF in response to the Inflation’s standard deviation. Okay, but this estimated standard deviation of Inflation is set to posterior mode or posterior mean of the inflation’s stderr posterior ?
Thank you.