Hello,
Following Bayesian estimation in Dynare, I understand that using the following allows you to estimate the impulse responses by fixing the parameter values at their posterior mode:
xparam = get_posterior_parameters(‘mode’,M_,estim_params_,oo_,options_);
stoch_simul(order=1,irf=20);
Are the parameter values used the ones that achieve the mode of the joint distribution, or the mode of the marginal distribution for each parameter?
Thank you in advance.