Commit Graph

6021 Commits (2eb43cf2f6df9d4dae3be2e3bb31b6d15dd99907)

Author SHA1 Message Date
MichelJuillard 459a93d2d5 Merge pull request #395 from JohannesPfeifer/prior_violation
Make error message if mode violated prior more explicit
2013-05-12 06:47:26 -07:00
Johannes Pfeifer d9fb19e479 Make error message if mode violated prior more explicit 2013-05-12 13:27:55 +02:00
Johannes Pfeifer 44a6641782 Bugfix for simult_.m when used with k_order_pert and pruning at order=1
In the rare combination of k_order_solver, pruning, and order=1 the steady state was not subtracted from the starting values when doing simulations
2013-05-11 12:14:11 +02:00
Johannes Pfeifer 7aea75f348 Add function for displaying estimation results
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 )
2013-05-10 18:58:08 +02:00
Johannes Pfeifer 42081aec88 Filter out stale loglinear option
With a previously set loglinear option, both k_order_pert and
stochastic_solvers at order>1 transformed the first order solution, but
kept the higher order terms untransformed. Now, both functions output an
error.
2013-05-08 18:18:34 +02:00
Sébastien Villemot 3a39cc0926 Merge pull request #388 from JohannesPfeifer/master
Fix typo in manual
2013-05-07 03:26:40 -07:00
Johannes Pfeifer 29ff66856a Fix typo in Manual 2013-05-07 10:34:18 +02:00
Houtan Bastani adb8685f4d fix typo 2013-05-03 14:54:47 +02:00
Houtan Bastani eebdfd623c reporting: fix xticklabels 2013-05-03 14:44:30 +02:00
Sébastien Villemot 67e245934f Merge pull request #384 from JohannesPfeifer/master
Remove mexErrorCheck from k_order_pert to make it obey the noprint-option
2013-05-03 02:37:25 -07:00
Houtan Bastani 6243c71ea7 reporting: cosmetic changes 2013-05-03 08:05:09 +02:00
Houtan Bastani 249cd9646e reporting: for octave, use octave tikz conversion as opposed to matlab2tikz 2013-05-03 07:37:12 +02:00
Houtan Bastani a90618f748 reporting: write pdf compilation to stdout in Octave 2013-05-03 07:33:50 +02:00
Johannes Pfeifer 996ff3bfd3 Remove mexErrCheck from k_order_pert to make it obey the noprint-option
Currently, all stochastic solvers put the error code to info(1) and use
print_info to output the error. The only exception was k_order_pert,
which immediately created an error. Thus, the use of k_order_pert did
not allow for continuing after encountering errors, because only
print_info obeys the noprint-option. Replacing mexErrCheck by setting
info should deliver the correct behavior.
2013-05-02 14:38:47 +02:00
Johannes Pfeifer 7094a45f6d Revert "Make error message for prior violation more explicit by adding second argument to info()"
This reverts commit 2815d5fbd4.
2013-05-02 14:31:29 +02:00
Johannes Pfeifer 1e0a728906 Fix bug introduced in 27fda91c8c
For parallel computations, the relative path is necessary.
2013-05-02 14:27:05 +02:00
Sébastien Villemot e8f9546210 Merge pull request #385 from rattoma/master
bug fix GSA
2013-05-02 02:31:40 -07:00
Marco Ratto 1b2cf2a45b Fixed bug introduced in commit d541202. 2013-05-02 08:36:29 +02:00
Sébastien Villemot 188d269467 Merge pull request #379 from JohannesPfeifer/master
Bugfix in initial_estimation_checks; making graphs more explicit
2013-04-30 05:05:04 -07:00
Sébastien Villemot 5965c8e360 Merge pull request #382 from rattoma/master
bug fixes in mode_compute=5 and gsa
2013-04-30 05:03:15 -07:00
Marco Ratto ab5b922e46 -) fixed bug introduced in commit 66527df;
-) estimation options for data set must be given also when ppost=1 (fix in testsuite);
2013-04-30 11:41:13 +02:00
Marco Ratto afc2454913 Bug fix: when no analytic derivation and change in x very small. 2013-04-30 11:38:18 +02:00
Johannes Pfeifer 50f97ffc16 Capitalize figure title in mh_autocorrelation_function 2013-04-29 23:40:22 +02:00
Johannes Pfeifer fe6f63aa2e Fixed bug in name2index
Previously, the strings were concatenated, rendering calls to strmatch
wrong. Changed to cell arrays on which strmatch operates.
2013-04-29 23:17:11 +02:00
Johannes Pfeifer 749fff9dcb Make traceplot and mh_autocorrelation save graphs; add legend 2013-04-29 23:15:44 +02:00
Johannes Pfeifer c0f12968ee Create graph folder in rplot if it does not exist 2013-04-29 22:30:52 +02:00
Sébastien Villemot 70ccb1d0b7 Documentation of new differentiate_forward_vars option
Ref #351
2013-04-29 17:56:22 +02:00
Sébastien Villemot d0510261ee Merge pull request #380 from rattoma/master
GSA fixes for rmse analysis
2013-04-29 08:04:07 -07:00
Marco Ratto f5a6835c63 Fixed bug with calls to dsge smoother which were broken with missing values;
Proper use of dataset_ structure and remove the dangerous dat_fil_ utility;
Added r2 in output.
2013-04-29 13:52:20 +02:00
Johannes Pfeifer 5798501da0 Adds mod-file of a well-documented non-linear New Keynesian model with
recursive formulation of price setting equations where the steady state
file is used to update parameters and invoke a non-linear solver.
2013-04-27 21:12:50 +02:00
Johannes Pfeifer 3c27394561 Fix bug introduced in df611e9e9d 2013-04-27 16:53:08 +02:00
Johannes Pfeifer 69372d290d Make Stability Mapping more readable.
Increased linewidth and changed color to differentiate from background
grid.
2013-04-27 16:43:01 +02:00
Johannes Pfeifer 27fda91c8c Replace relative by absolute filenames
Closes #329
2013-04-27 16:36:10 +02:00
Johannes Pfeifer dc8bc3ef65 Use filesep instead of '/' 2013-04-27 16:22:25 +02:00
Johannes Pfeifer 4b4e7ad671 Make rplot save figures in graph-folder and obey nodisplay option
option
2013-04-27 14:58:16 +02:00
Johannes Pfeifer 76961ee59b Provide RMSE with more expressive figure titles 2013-04-27 12:53:06 +02:00
Johannes Pfeifer 935f8eb025 Provide Redform Mapping with more expressive figure titles 2013-04-27 12:52:48 +02:00
Johannes Pfeifer df611e9e9d Make sure GSA only computes statistics on original endogenous variables, not auxiliary ones 2013-04-27 11:53:35 +02:00
Johannes Pfeifer 32417def82 Provide stability mapping with more expressive figure titles 2013-04-27 10:58:36 +02:00
Johannes Pfeifer c0797ea283 Suppress output of row_header_width 2013-04-27 08:28:24 +02:00
Johannes Pfeifer dce8e74c33 Fix bug where initial_estimation_checks was performed on prior mean instead of specified mode
If the mode_file option was used, xparam1 was reloaded from the
mode-file after the initial checks, sometimes leading to very cryptic
errors. Now the initial checks already load the correct parameter
vector.
2013-04-26 21:10:36 +02:00
Johannes Pfeifer 2815d5fbd4 Make error message for prior violation more explicit by adding second argument to info() 2013-04-26 20:20:23 +02:00
Johannes Pfeifer d3457ee4d9 Make UnivariateSpectralDensity save plots to graphs-folder
Also make the plots obey the nodisplay option
2013-04-26 19:59:32 +02:00
Johannes Pfeifer 58b6c3122f Cosmetic Changes to Graphs 2013-04-26 19:57:36 +02:00
Houtan Bastani 4ba3815a0d Merge pull request #377 from JohannesPfeifer/master
Fix small bug in print_info
2013-04-26 08:48:45 -07:00
Johannes Pfeifer 9310467658 Fix crash in print_info
If info(2) is really empty. it cannot be accessed by isempty.
2013-04-26 17:39:35 +02:00
Houtan Bastani 8f65eafb8f fix typo 2013-04-26 15:04:56 +02:00
Sébastien Villemot e783084126 Fix comment blocks 2013-04-26 09:50:56 +02:00
Houtan Bastani 1f6cfb7f15 faster load_csv_file_data on Matlab using importdata 2013-04-25 18:40:19 +02:00
Houtan Bastani cc923e5315 reporting: @graph: add shade_color option 2013-04-25 18:40:02 +02:00