Add function for displaying estimation results
Compare changes
matlab/display_estimation_results_table.m
0 → 100644
+ 560
− 0
Files with large changes are collapsed by default.
The commit moves the creation of results tables, both the ones displayed and printed to LaTeX, from dynare_estimation_1.m to a separate function. This factorization later allows to use this function to display results from other estimation routines. At the same time, it removes the display of t-statistics for posterior estimates ( #339 (closed) )
Files with large changes are collapsed by default.