Commit Graph

5965 Commits (cb2228acad5c9cee3675a56fa535f896b6da00a0)

Author SHA1 Message Date
Houtan Bastani b98bf5e84b preprocessor: config file: if on Windows machine and operatingSystem is empty, then check to see if password or remoteDrive is empty. otherwise, don't check 2013-05-30 15:33:33 +02:00
Houtan Bastani 7b1ddfb43c preprocessor: config file: remove redundant check 2013-05-30 15:33:26 +02:00
Marco Ratto 4923ba0952 Introduced new option that allows to set prior (sign) restrictions to irf's 2013-05-30 10:57:39 +02:00
Sébastien Villemot 058a5c5dc4 Remove more stuff related to economic bibtex styles
Ref 1d14ff8060
2013-05-29 17:31:07 +02:00
Sébastien Villemot 2822fcd979 Fix bug introduced in 767dce0a 2013-05-28 10:16:26 +02:00
Sébastien Villemot 320b7a1b59 Fix wording 2013-05-27 18:09:40 +02:00
Sébastien Villemot 7d4be26cbb Fix doc for uninialized values in endval block 2013-05-27 17:34:46 +02:00
Sébastien Villemot 9ba5ffd68e Revert "Reset oo_.{exo_}steady_state to zero before endval"
This reverts commit cf146ec4e5.
2013-05-27 17:31:41 +02:00
Sébastien Villemot bd72848d27 Add interface and doc to use_univariate_filters_if_singularity_is_detected option
Closes #414
2013-05-27 17:07:47 +02:00
Sébastien Villemot 71ded60742 Merge pull request #401 from JohannesPfeifer/MCMCdiagnostics
Check in McMCDiagnostics.m whether all consecutive MH files are present
2013-05-27 05:51:16 -07:00
Sébastien Villemot ae3cd752a1 Merge pull request #413 from rattoma/master
bug fix mode_chek
2013-05-27 03:12:42 -07:00
Marco Ratto 26602ecf3c Bug fix for negative values of x(kk) 2013-05-27 12:00:39 +02:00
Sébastien Villemot f7403c452e Merge pull request #411 from JohannesPfeifer/cond_forecast_graphs
Add missing graph title that lead to crash in unconditional forecast test
2013-05-27 02:13:24 -07:00
Johannes Pfeifer 12bbf051a3 Add missing graph title that lead to crash 2013-05-26 08:30:47 +02:00
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