Posterior latex output

Hi Dynare Team

Is there a way to get a latex table output for both priors and posteriors? I’ve tried searching the forums, but alas I couldn’t find much.

I know that “write_latex_prior_table;” gives TeX output. However, this is limited to details about the prior only.

It would be handy if Dynare could automatically generate a table with the following columns:

param_names_tex, param_names_long, prior distribution, prior mean, prior SD, posterior mode, posterior SD, posterior hpdinf, posterior hpdsup

1 Like

If you set options_.TeX=true before estimation or estimation(tex,...) all output of estimation should be put in \LaTeX tables and figures.

1 Like