Commit Graph

6051 Commits (b2818309839e6568e5d5d023ca826183380d4bdf)

Author SHA1 Message Date
Johannes Pfeifer bd68970c62 Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-05-26 08:11:53 +02:00
Sébastien Villemot eb8ba88ea9 Add mode_check_{neighbourhood_size,symmetric_plots} in preprocessor and manual
Closes #320
2013-05-24 12:13:32 +02:00
Sébastien Villemot 74ee859b37 Merge pull request #408 from rattoma/master
allow asymmetric mode check plots
2013-05-24 02:38:01 -07:00
Johannes Pfeifer 767dce0a3b Check in McMCDiagnostics.m whether all consecutive MH files are present
Closes #390
2013-05-24 11:18:31 +02:00
Sébastien Villemot 57cf45ef0b Merge pull request #404 from JohannesPfeifer/BVAR_graphs
Make BVAR obey graph-options and save to graph folder
2013-05-24 02:11:24 -07:00
Johannes Pfeifer 77488f5f22 Make BVAR obey graph-options and save to graph folder 2013-05-24 11:04:21 +02:00
Sébastien Villemot b6a054dc4f Merge pull request #403 from JohannesPfeifer/irf_shocks
Make PosteriorIRF obey irf_shocks
2013-05-24 01:59:37 -07:00
Sébastien Villemot 353d864429 Merge pull request #405 from JohannesPfeifer/cond_forecast_graphs
Make unconditional forecasts save figures to graph folder
2013-05-24 01:20:07 -07:00
Marco Ratto 73765b52ca Allow using new option
options_.parallel_info.local_files

that allow porting to remote threads user-specific local files needed to run the  project (e.g. used within the steadystate file)
2013-05-23 17:54:22 +02:00
Sébastien Villemot f11c2f2521 Disable test with block and stack_solve_algo=3 under Octave (Ref #407) 2013-05-23 13:10:09 +02:00
Sébastien Villemot bf18eef9dd Fix mangling of lasterror() under Octave 2013-05-23 13:09:42 +02:00
Sébastien Villemot 21b75fac0d Fix incorrect reporting of failed test number 2013-05-23 13:09:00 +02:00
Sébastien Villemot c035ca30af Fix nonexistent variable names 2013-05-23 13:03:52 +02:00
Sébastien Villemot da1a190630 Remove spurious displayed variables 2013-05-23 11:52:28 +02:00
ferhat 4e7050baf9 Use ilu with type=ilutp instead of nofill
Contrary to luinc command ilu with nofill option doesn't not allow for partial
pivoting
2013-05-23 11:44:29 +02:00
Marco Ratto 7bef23f1b3 Allow asymmetric mode check plots, using the new option
mode_check_symmetric_plots (=1 at default, i.e. current behaviour)
2013-05-23 11:37:00 +02:00
Sébastien Villemot 1d14ff8060 Stop using Bibtex styles that have been recently removed in TeX Live
These economic styles were unfortunately non-free
2013-05-22 22:26:56 +02:00
Johannes Pfeifer 5842c6c1c5 Make unconditional forecasts save figures to graph folder
Also provides more expressive title
2013-05-20 00:14:05 +02:00
Johannes Pfeifer ed823c2ef6 Make PosteriorIRF obey irf_shocks
The matrices are still initialized to have the size M_.exo_nbr, but the computations (e.g. moments) are now only performed for the shocks in irf_shocks. PosteriorIRF_core2 still does not allow for a selection, but the check for IRFs>10^(-6) already effectively prevents the plotting.
2013-05-18 20:49:51 +02:00
Sébastien Villemot 163fc15430 Merge pull request #402 from JohannesPfeifer/Kalman_documentation
Document kalman_algo and kalman_tol
2013-05-18 10:49:45 -07:00
Johannes Pfeifer 04691bacaf Document kalman_algo and kalman_tol
Closes #324
2013-05-18 19:43:54 +02:00
Johannes Pfeifer 834e18c02c Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-05-18 10:44:07 +02:00
Johannes Pfeifer 115b16236b Fix bug in dsge_likelihood for univariate_kalman_filter
ÿÿÿ

Lines 399-418 set the measurement covariance matrix and save it to H1.
If it is diagonal, it is not recomputed again as
correlated_errors_have_been_checked is 0. In that case, lines 654-675
are not entered and univariate_kalman_filter tries to use the old H, but
it was named H1 before, leading to a crash. Changing the name of the
matrix H in lines 654-682 to H1 assures that univariate_kalman_filter
uses the correctly updated matrix of the
~correlated_errors_have_been_checked and the previously computed H1 in
the other cases.
2013-05-17 23:54:17 +02:00
Sébastien Villemot 7bbe121769 Possibility of restricting differentiate_forward_vars to some variables
Closes #351
2013-05-17 16:53:15 +02:00
Sébastien Villemot 921e7fdafd Document how functions with a kink are differentiated
Also add a warning in the documentation and in the preprocessor about the usage
of some functions (max, min, abs, sign, comparison operators) in a stochastic
context.

Closes #355
2013-05-17 16:53:14 +02:00
Houtan Bastani 5e00e5f330 reporting: @series: add new option tableMarkerLimit 2013-05-17 14:02:59 +02:00
Houtan Bastani a4c4f9e04d reporting: @series: fix comment 2013-05-17 13:50:43 +02:00
Houtan Bastani 5c1846eb1e reporting: @series: fix coloring 2013-05-17 13:49:45 +02:00
Sébastien Villemot e30cbef217 Better fix for the issue raised in cc5527c commit message 2013-05-17 10:39:05 +02:00
Sébastien Villemot 4f8af445f7 Revert "Move filling of decision rules to respective orders"
This reverts commit cc5527c843.

This commit had the negative consequence that dr.ghx, dr.ghu… were no longer
set at order 3.
2013-05-17 10:32:27 +02:00
Houtan Bastani 0d9cf39fa0 reporting: @report: bug fix: test for os x on octave 2013-05-16 14:31:50 +02:00
Houtan Bastani 08d1d0b521 reporting: @report: simplify test for os x 2013-05-16 14:31:49 +02:00
Houtan Bastani 9d8c135f59 reporting: use matlab2tikz when using Octave w OS X 2013-05-16 14:31:49 +02:00
Houtan Bastani 7037e2a4bc reporting: centralize/automate display.m 2013-05-16 14:31:40 +02:00
Houtan Bastani 965f54884d reporting: @seriesElements: rename numElements to numSeriesElements to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani 7428ea2cc6 reporting: @objArray: change numObjs to numObjArray to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani f877620b93 reporting: remove footnote option 2013-05-15 16:28:32 +02:00
Houtan Bastani 20e5a4d4b6 reporting: remove config option 2013-05-15 16:23:58 +02:00
Houtan Bastani 5920457437 reporting: aesthetic change 2013-05-15 13:05:33 +02:00
Houtan Bastani 8d19a322b0 doc: comment example & and spacing to make more legible 2013-05-15 13:05:33 +02:00
Houtan Bastani 1a83647928 reporting: @report: add compiler option to compile() as alternative method to pass compiler information 2013-05-15 13:05:33 +02:00
Houtan Bastani fe68b69302 reporting: @report: throw explicit error if user has not passed compiler option on Windows 2013-05-15 13:05:26 +02:00
Houtan Bastani 55a782711a doc: use @ref{} as opposed to @code{} when referring to an option 2013-05-15 11:47:46 +02:00
Houtan Bastani 0dd7a2988b doc: use @math{} 2013-05-15 11:45:05 +02:00
Sébastien Villemot 5a91cdc8e4 Ref. manual: fix incorrect uses of @xref 2013-05-15 10:19:26 +02:00
Sébastien Villemot 1bbbfce2f4 Ref. manual: fix menus 2013-05-15 10:16:15 +02:00
Houtan Bastani 374ec36714 reporting: doc: documentation for reporting features 2013-05-14 18:48:34 +02:00
Houtan Bastani e6b99ad617 reporting: @graph: only take string representation of color 2013-05-14 18:36:01 +02:00
Houtan Bastani cbd43ee9df reporting: on error reading user options, print actual option passed not lowercase version of it 2013-05-14 17:24:41 +02:00
Houtan Bastani d6210a4a34 reporting: @series: fix display 2013-05-14 16:52:09 +02:00