Commit Graph

7218 Commits (2a791e51dff2f565c2482010e753e78069ab29dd)

Author SHA1 Message Date
Johannes Pfeifer 2a791e51df Filter out stale or inconsistent number of observations. 2014-03-11 12:11:47 +01:00
Sébastien Villemot 9d32204790 Ensure that -lpthread is statically linked under MinGW. 2014-03-10 17:25:39 +01:00
Sébastien Villemot 7c4cc82012 Change initial values to accomodate the change of default solver. 2014-03-10 14:09:40 +01:00
Sébastien Villemot 210d2f24e6 Trust-region solver is now the default solver. 2014-03-10 14:08:40 +01:00
Michel Juillard daff028830 updating the documentation for ramsey_model 2014-03-09 12:15:32 +01:00
Michel Juillard fabcbb7042 finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
Michel Juillard d945395a15 adding ramsey_model to ComputingTasks 2014-03-09 12:15:32 +01:00
Michel Juillard e90859ba52 adding ramsey_model to ParsingDriver 2014-03-09 12:15:32 +01:00
Michel Juillard 17477ab095 adding ramsey_model to Dynare grammar 2014-03-09 12:15:32 +01:00
Sébastien Villemot f58a72c54d Merge pull request #629 from JohannesPfeifer/mh_conf_sig
Add option mh_conf_sig
2014-03-07 18:38:36 +01:00
Johannes Pfeifer 35795c3ba9 Add option mh_conf_sig
Fixes #598
2014-03-06 10:06:55 +01:00
Sébastien Villemot 658aa7c7fa Fix release announcement, #598 is not yet fixed. 2014-03-04 16:54:17 +01:00
Sébastien Villemot b3e69da93b Merge pull request #627 from JohannesPfeifer/master
Fix bug in evaluation of steady state file
2014-03-04 15:24:10 +01:00
Sébastien Villemot e6bf064784 Release notes for Dynare 4.4.2. 2014-03-04 15:22:35 +01:00
Johannes Pfeifer 13df4979d8 Make error message for insufficient simulation length more informative. 2014-03-03 19:50:25 +01:00
Johannes Pfeifer cf4f7f362f Fix bug where NaN in residual of steady state were not detected with steady_state_model 2014-03-03 19:37:57 +01:00
Sébastien Villemot 2300419226 Upgrade macros AX_{BLAS,LAPACK,COMPARE_VERSION,PTHREAD}. 2014-03-03 11:21:54 +01:00
Sébastien Villemot 75ae191d33 Upgrade to a newer version of the AX_BOOST_BASE macro.
Our workaround for cross-compilation has been incorporated upstream.
2014-03-03 11:13:27 +01:00
Stéphane Adjemian (Scylla) 78a015a7d2 Fixed bug introduced in commit bb18c9386d. 2014-03-01 17:13:49 +01:00
Sébastien Villemot 9e332ef305 Forbid MOD file names that are too long.
And rename filenames in the testsuite that are too long.

Closes #626
2014-02-28 18:25:02 +01:00
Sébastien Villemot 9973c0f8fc Verify types of the symbols in estimated_params{,_init,_bounds} statements.
Closes #624
2014-02-28 18:01:03 +01:00
Sébastien Villemot b759318be9 Merge pull request #625 from JohannesPfeifer/check_fix
Check fix
2014-02-28 14:22:41 +01:00
Johannes Pfeifer cf1cec341f Update the manual information on the deterministic solver
The Laffargue-Boucekkine-Juillard algorithm is not the default anymore
2014-02-28 13:50:59 +01:00
Johannes Pfeifer e595626259 Make check.m display error messages
Fixes #619
2014-02-28 13:06:01 +01:00
Stéphane Adjemian 70b5cc88b2 Merge pull request #622 from rattoma/master
Bug fix with metropolis with load_mh_file option
2014-02-26 14:28:51 +01:00
Houtan Bastani 99ca979190 build: texi2dvi on os x is too old, modify build instructions accordingly 2014-02-25 18:10:10 +01:00
Houtan Bastani 230715aa5a gitignore: add rule to ignore files created by make pdf 2014-02-25 18:04:40 +01:00
Sébastien Villemot 2668d55705 steady_state_model: fix bug introduced in 8fddca92
- don't emit warnings if the steady_state_model block is not used
- the ramsey_policy check is spurious, there is another one deeper
2014-02-25 17:58:25 +01:00
Stéphane Adjemian (Scylla) bb18c9386d Fixed bug.
MCMC convergence diagnostics should be computed even if mh_replic is less than 2000, provided that the total number of iterations is greater than 2000 (if option load_mh_file is used).
2014-02-25 17:26:08 +01:00
Sébastien Villemot fac3ba661c Add license stanza for DMM. 2014-02-25 16:45:55 +01:00
Sébastien Villemot 0dfd7629b1 Fix bug in external functions introduced in 711a4f62. 2014-02-25 16:45:55 +01:00
Sébastien Villemot 18e81ab22a Rename OutputType to FileOutputType (to distinguish it from ExprOutputType).
Also rename DynareOutput.hh to FileOutputType.hh. Include the latter in dist
tarball, and add copyright/license header.
2014-02-25 16:45:55 +01:00
Sébastien Villemot 12440a9280 Remove obsolete files. 2014-02-25 16:45:55 +01:00
Houtan Bastani fa8c69503f submodule update: dmm 2014-02-25 16:21:26 +01:00
Stéphane Adjemian (Scylla) c57aa43ca8 Bug fix.
<M_.fname>_optimal_mh_scale_parameter.mat was not deleted if mode_compute>0.
2014-02-25 15:44:34 +01:00
Houtan Bastani d3825dcdb1 preprocessor: include avDiffForward in switch statement to supress clang warning 2014-02-25 11:32:01 +01:00
Marco Ratto 5ae06a211c Fixed bug when the last saved metropolis block is complete and a metropolis is continued with load_mh_file 2014-02-25 09:34:31 +01:00
Sébastien Villemot 858a1b9b2a Add a warning if some endogenous is not present in steady_state_model block.
Closes #556
2014-02-24 17:27:35 +01:00
Sébastien Villemot 8fddca92a2 Remove some limitations of steady state model:
- allow recursive definitions (Closes #554)
- allow a variable to be defined twice, simply emit a warning (Ref #556)
2014-02-24 17:27:34 +01:00
Sébastien Villemot 711a4f62a2 Small improvements to external functions code. 2014-02-24 17:27:34 +01:00
Houtan Bastani 64d3d5cdc8 reporting: upgrade minimum pgfplots version when Debian upgrades its version 2014-02-24 15:53:07 +01:00
Houtan Bastani a9de9045a6 reporting: add baseline option to help with tikzpicture alignment 2014-02-24 15:34:48 +01:00
Houtan Bastani 759c95c163 reporting: comment out spurious whitespace 2014-02-24 15:30:39 +01:00
Michel Juillard d4910b4a48 extended-preprocessor: adding missing file for test example 2014-02-24 13:33:48 +01:00
Michel Juillard 351e04ab50 extended-preprocessor: adding temporary README file 2014-02-24 13:33:48 +01:00
Michel Juillard 96ac2c0fd6 extended-preprocessor: update test example1 2014-02-24 13:33:48 +01:00
Michel Juillard f20f2f610a extended-preprocessor: adding back writing of model local variables (#) 2014-02-24 13:33:48 +01:00
Michel Juillard 98f3a04444 extended_preprocessor: fixed computation of steady state out of
steady_state_model
2014-02-24 13:33:48 +01:00
Michel Juillard 9fd48df408 extended_preprocessor: adding Makefile for test example 2014-02-24 13:33:48 +01:00
Michel Juillard a18b33ed7e extended_preprocessor: renaming files/class and bug fixing 2014-02-24 13:33:48 +01:00