Commit Graph

6051 Commits (b2818309839e6568e5d5d023ca826183380d4bdf)

Author SHA1 Message Date
Houtan Bastani a4a5eb6022 reporting: @series: change showTableMarkers to tableShowMarkers 2013-05-14 16:52:09 +02:00
Houtan Bastani b631fc1d7f reporting: @series: change lineWidth to graphLineWidth 2013-05-14 16:52:09 +02:00
Houtan Bastani f6ff010b36 reporting: @series: rename lineStyle as graphLineStyle 2013-05-14 16:52:08 +02:00
Houtan Bastani 8a45999e19 reporting: change color to graphLineColor 2013-05-14 16:52:08 +02:00
Houtan Bastani df3b337924 reporting: @series: remove unnecessary assertion 2013-05-14 16:52:08 +02:00
Houtan Bastani 022ae5bb1a doc: replace TeX with @TeX{} and LaTeX with @LaTeX{} 2013-05-14 15:18:07 +02:00
Houtan Bastani e185ee7172 reporting: fix typos in validity checks 2013-05-14 13:11:46 +02:00
Houtan Bastani 710fb9e225 doc: fix typo 2013-05-14 13:11:46 +02:00
Houtan Bastani 0c6f7dd8cd reporting: change hlines to showHlines 2013-05-14 13:11:46 +02:00
Houtan Bastani af094d0271 reporting: implement hlines option 2013-05-14 13:11:46 +02:00
Houtan Bastani e437480d26 reporting: change vlines to showVlines 2013-05-14 13:11:46 +02:00
Stéphane Adjemian fc83427185 Merge pull request #393 from JohannesPfeifer/display_tables
Add function for displaying estimation results
2013-05-14 03:18:19 -07:00
Sébastien Villemot aacced64cc Merge pull request #397 from JohannesPfeifer/master
Make manual on drop-option more explicit
2013-05-14 02:48:30 -07:00
Johannes Pfeifer 787b361afa Make manual on drop-option more explicit
Closes #396
2013-05-14 11:29:12 +02:00
Sébastien Villemot 0d5a9e3a06 Merge pull request #391 from JohannesPfeifer/master
Small bugfix in k_order_pert and check for stale order loglinear
2013-05-14 01:08:21 -07:00
Johannes Pfeifer cc5527c843 Move filling of decision rules to respective orders
Previously, with pruning set to 1 and the option k_order_solver, the
fields like dr.ghu were not set in k_order_pert, even at order=1. But
stoch_simul tries to use them to display the decision rules. Similarly
for order 2. The respective setting of the decision rule fields is now
moved to the respective cases and always conducted at order 1 and
conducted at order 2. This avoids crashes if decision rules of
theoretical moments are requested.
2013-05-13 19:23:38 +02:00
Houtan Bastani df0749d166 reporting: change zeroline to showZeroline 2013-05-13 18:48:43 +02:00
Houtan Bastani 788b7e3d11 reporting: bug fix: only assign a tempname to figname when one doesn't already exist 2013-05-13 18:19:16 +02:00
Houtan Bastani 9fa99b5337 reporting: make option names uniform by removing underscores to conform with Matlab style options
Conflicts:
	matlab/reports/@series/series.m
	matlab/reports/@series/write.m
2013-05-13 18:16:52 +02:00
Houtan Bastani bd11ea293e reporting: change tableMarkers to showTableMarkers 2013-05-13 18:16:52 +02:00
Houtan Bastani f03bf0a615 reporting: preserve case when assigning method options while allowing user to enter any case 2013-05-13 18:16:52 +02:00
Houtan Bastani 333d515fe9 reporting: change legend_boxoff to showLegendBox 2013-05-13 18:16:52 +02:00
Houtan Bastani 80c9bf6c4c reporting: change legend to showLegend 2013-05-13 18:16:52 +02:00
Houtan Bastani 36ee655d03 reporting: change showdate to showDate 2013-05-13 18:16:52 +02:00
Houtan Bastani 89b0bd0904 reporting: change grid option to showGrid 2013-05-13 18:16:52 +02:00
Houtan Bastani a5194b4f5e doc: update octaverc info for os x 2013-05-13 18:16:51 +02:00
Houtan Bastani b3daefcf03 doc: fix typo 2013-05-13 18:16:51 +02:00
Sébastien Villemot 03ec4fa88d Merge pull request #394 from JohannesPfeifer/k_order_pert_pruning_simult
Bugfix for simult_.m when used with k_order_pert and pruning at order=1
2013-05-13 08:34:31 -07:00
Stéphane Adjemian (Charybdis) 86ee57876d Fixed bug when NAMES__ is not defined. 2013-05-13 16:27:37 +02:00
Stéphane Adjemian (Charybdis) ccaefc4032 Added @dynSeries/lag method. 2013-05-13 13:53:25 +02:00
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