Commit Graph

7728 Commits (5e8489ac451fb09ed6ad5bf95095d203a9ed1d1a)

Author SHA1 Message Date
MichelJuillard 5e8489ac45 Merge pull request #696 from JohannesPfeifer/Ramsey_steady_state
Bugfix Ramsey steady state with steady state files
2014-09-08 21:56:13 +02:00
Houtan Bastani 7e4bede76d Merge pull request #721 from rattoma/gsa
Provisions for moment calibration.
2014-09-08 13:26:46 +02:00
Johannes Pfeifer 4b49abd724 Add missing files for Ramsey unit test with steady state. 2014-09-07 21:15:56 +02:00
Marco Ratto 62b4cfe631 Provisions for moment calibration.
Sensitivity analysis for irf and moment calibration, with new function /gsa/map_calibration.m
Added new tests/gsa/ls2003a.mod for testsuite of irf/moment calibration

To be done:
- extend SA of calibration to MC and posterior samples (currently uses prior sample only)
- documentaion
- partial progress to close #267
2014-09-04 16:44:14 +02:00
Sébastien Villemot 07d321c159 Merge pull request #705 from JohannesPfeifer/get_posterior_bug
Fixes bug where number of posterior draws was computed incorrectly and w...
2014-08-14 12:44:58 +02:00
Sébastien Villemot 931ea41f18 Fix substring operator in macro-processor.
The characters of the substring could be mixed with random characters from the
memory space. Thanks to Tom Holden for reporting the bug.

Closes #708
2014-08-12 19:30:09 +02:00
Michel Juillard 6d42861e19 extended-path: fixing bug when options_.initial_period is NaN 2014-08-12 18:59:56 +02:00
Sébastien Villemot bdfe4f4249 Fix STEADY_STATE operator for model local variables.
Thanks to Tom Holden for spotting the bug.
2014-08-12 18:53:55 +02:00
Michel Juillard 812a8c7637 extended_path: fixed bugs when model doesn't converge 2014-08-12 12:12:15 +02:00
Sébastien Villemot 0f669fd974 New location for binary build dependencies under Windows
(and FlexLexer.h for OS X)
2014-08-11 19:02:21 +02:00
Johannes Pfeifer 819dd8c899 Fixes bug where number of posterior draws was computed incorrectly and wrong warning was displayed
The bug did not affect any computations, but only provided a wrong warning
2014-08-09 10:37:16 +02:00
Houtan Bastani 5bb994fd19 packaging: update os x packaging script 2014-08-01 17:46:26 +02:00
Sébastien Villemot 19e02acd0b Ref. manual: fix paths for Debian/Ubuntu packages. 2014-07-31 21:07:31 +02:00
Sébastien Villemot dd1e19ca36 Make scripts work when run from other directories. 2014-07-31 15:45:15 +02:00
Sébastien Villemot 1d3bca8ad3 Push scripts for reindenting and for fixing copyright years. 2014-07-31 15:29:40 +02:00
Stéphane Adjemian (Scylla) b313ea4a00 Updated NEWS for version 4.4.3 (list of bug fixes). 2014-07-31 12:45:18 +02:00
Sébastien Villemot 6c1266f861 Merge pull request #683 from JohannesPfeifer/mh_mode
Add saving of parameter names to make loading of mh_mode-file compatible...
2014-07-30 18:29:03 +02:00
Sébastien Villemot d1958e453c Forbid use of 'identification' with exogenous deterministic variables.
Closes #664
2014-07-30 17:28:45 +02:00
Houtan Bastani 128761accd .gitignore: ignore default temporary reporting directory 2014-07-30 15:21:32 +02:00
Houtan Bastani 217ab0088d reporting: tables: add row highlighting option 2014-07-30 15:21:32 +02:00
Johannes Pfeifer 59da9953bb Fix formating for Makefile.am
Replaced spaces by tabs
2014-07-30 13:07:52 +02:00
Sébastien Villemot 9c4294d0aa Merge pull request #700 from JohannesPfeifer/unit_test
Set missing argument in makedataset.m that leads to crashes with GSA
2014-07-30 12:59:45 +02:00
Stéphane Adjemian (Scylla) 0f28422e9f This fixes #704. 2014-07-29 18:22:10 +02:00
Houtan Bastani f3c807f577 reporting: add writeCSV option for tables. closes #693 2014-07-29 15:21:51 +02:00
Houtan Bastani 5b7b8da7fa reporting: table fix bug where the table would not be saved in the directory specified by tableDirName if the tableName option was provided 2014-07-29 15:21:51 +02:00
Houtan Bastani b4dd4b5de1 reporting: add writeCSV option for graphs, #693 2014-07-29 15:21:45 +02:00
Houtan Bastani f6fa361838 build system: add hdf5 check to RHEL matio hack 2014-07-29 11:38:07 +02:00
Houtan Bastani 90335b94aa doc: update dseries slides to accord with changes in c5af1d43ed 2014-07-29 10:47:35 +02:00
Stéphane Adjemian (Scylla) 5c50bdfc0a Updated the manual: removed nobs and vobs members from @dseries objects (see commit c5af1d43ed). 2014-07-28 18:04:18 +02:00
Stéphane Adjemian (Scylla) c5af1d43ed Removed nobs and vobs members in @dseries class.
The syntax to get the number of observations and the number of
variables remains unaffected by this commit. If ts a @dseries object,
ts.nobs and ts.vobs are respectively the number of observations and
the number of variables.
2014-07-28 17:50:15 +02:00
Houtan Bastani 555e2cf73b reporting: write tableSubSectionHeader in bold 2014-07-28 17:28:20 +02:00
Houtan Bastani 1f3ae372fe reporting: fix bug where a whole row wasn’t colored if the tableSubSectionHeader option was passed at the same time 2014-07-28 17:28:20 +02:00
Houtan Bastani 19134d1287 reporting: minor aesthetic changes to table and code simplifications 2014-07-28 17:28:20 +02:00
Houtan Bastani 010a87623e reporting: ensure tableRowIndent is ge 0 2014-07-28 17:28:20 +02:00
Stéphane Adjemian (Scylla) 1e4c2e0881 Fixed bug affecting prior restictions (removed the extension in the argument of str2func). 2014-07-28 13:02:10 +02:00
Houtan Bastani adbecb6fc9 doc: reporting: minor clarifications. closes #687 2014-07-25 15:03:10 +02:00
Houtan Bastani 7387237a5b reporting: option to suppress reporting output. closes #688 2014-07-25 14:38:30 +02:00
Stéphane Adjemian (Scylla) 916fe62218 Fixed bug. Test on multiple declaration of observed variables was wrong. 2014-07-24 17:53:20 +02:00
Houtan Bastani cf910cb64f build system: add flag for mex compilation on OS X 10.9 2014-07-24 12:18:38 +02:00
Houtan Bastani 574ec94772 Merge pull request #701 from JohannesPfeifer/ident_fix
Fix bug in dynare_identification.m that led to missing output and crashe...
2014-07-23 12:45:15 +02:00
Johannes Pfeifer 4c6aad3d2d Fix bug in dynare_identification.m that led to missing output and crashes if the initial parameterization was invalid
If the initial parameters did not solve, the code for displaying results and saving was not reached. The also led to later crashes with saving as the -append option was used and no file existed. If no valid draw can be found, the function exits in any case, so no additional check is needed.
2014-07-23 12:10:00 +02:00
Johannes Pfeifer bf69cee91f Set missing argument in makedataset.m that leads to crashes with GSA
Fixes the recent problem with unit tests
2014-07-23 12:05:45 +02:00
Stéphane Adjemian (Scylla) 0efcef8f20 Added the possibility to declare non linear prior restrictions over estimated parameters.
If a file <MOD_FILE_NAME>_prior_restrictions.m exists in current folder, the value returned by this routine is
substracted to fval (likelihood-lnprior) at the end of dsge_likelihood. The arguments of this routine are: M_,
oo_, options_, dataset_ and dataset_info. Routines for writing <MOD_FILE_NAME>_prior_restrictions.m will be
provided later.
2014-07-21 12:45:49 +02:00
Stéphane Adjemian (Charybdis) c13738eea7 Changed fourth remark added by Johannes in commit e7727ba2d3. 2014-07-18 18:37:31 +02:00
Stéphane Adjemian (Charybdis) 871fa6aa86 Issue a warning if conditional forecasts are computed with correlated innovations (if these correlations are defined in the covariance matrix of the innovations). 2014-07-18 18:36:02 +02:00
Johannes Pfeifer 36222cb40d Account for presence of Lagrange multipliers and auxiliary equations in display_problematic_vars_Jacobian.m 2014-07-18 14:05:12 +02:00
Johannes Pfeifer 6fb7877113 Add bunch of unit test checking the correctness of Ramsey computation with initval and steady state files 2014-07-18 13:31:01 +02:00
Johannes Pfeifer 27572277d0 Test the result of steady state computation for correctness
- Checks correctness of steady state file
- Tests whether result of computation really is a steady state
- Also eliminates case that can never be reached
2014-07-18 13:18:14 +02:00
Sébastien Villemot 1123cb2b9e Fix equation number associated to Ramsey Lagrange multipliers in M_.aux_vars.
Closes #695
2014-07-18 12:44:15 +02:00
Johannes Pfeifer 7c09435e5e Fix bug in dyn_ramsey_static.m with steady state file that resulted in incorrect steady state when running twice
The x returned by a steady state file includes Lagrange multipliers. When starting with 0 multipliers, the steady state of the multipliers is computed correctly. But when running it a second time like in a subsequent call to stoch_simul, the algorithm thinks that elements of xx are 0 which they aren't. As a result, it finds minus the multiplier as the solution, resulting in an output of 0 for all multipliers.
2014-07-18 12:35:52 +02:00