Commit Graph

10593 Commits (7d180e2fcb76e31c0ba5d6d6097f72175a4b21aa)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) ea9084afc8 Fixed comments. 2017-06-29 22:07:43 +02:00
Stéphane Adjemian (Charybdis) 45aef1de62 Removed test on octave version.
Which has moved in dynare_confign, see e71e89bb38.
2017-06-29 17:55:52 +02:00
Stéphane Adjemian (Charybdis) fa7adc304b Display help message if dynare is invoked without arguments. 2017-06-29 16:33:53 +02:00
Houtan Bastani 5eb66ff1ab preprocessor: only create one dynamic/static JSON file 2017-06-29 15:11:22 +02:00
Houtan Bastani 49a866255a preprocessor: couch JSON stdout output in constant text so users can easily find it 2017-06-29 13:18:59 +02:00
Houtan Bastani 153bcb8fe4 preprocessor: cleanup writing JSON to standardout 2017-06-29 13:15:35 +02:00
Houtan Bastani 9a13adb111 preprocessor: print JSON deriv detail by default; use option to print less-detailed versions of dynamic/static models 2017-06-29 13:08:41 +02:00
Sébastien Villemot f1ed349d6b Enfore standard tmp directory when calling latex2html. 2017-06-29 12:32:21 +02:00
Sébastien Villemot 28505f84f1 Add lmodern to Debian build-dependencies. 2017-06-29 12:01:24 +02:00
Sébastien Villemot 5feea2fc72 Update macro-processor slides (new @#include variant). 2017-06-28 18:19:10 +02:00
Sébastien Villemot a779a64402 Update list of build-dependencies on Debian. 2017-06-28 17:24:26 +02:00
Sébastien Villemot 1270f12439 Drop texi2html requirement (obsolete software), use texi2any instead. 2017-06-28 17:24:26 +02:00
Houtan Bastani a48fbee19e preprocessor: write certain variables from M_ to JSON output 2017-06-28 17:11:24 +02:00
Stéphane Adjemian (Charybdis) b81e0cd91e Added json file in the clean rule. 2017-06-28 16:03:52 +02:00
Sébastien Villemot 45ea2e477a Add julia preprocessor to the clean rule. 2017-06-28 15:59:20 +02:00
Stéphane Adjemian (Charybdis) 2007ceea45 Cosmetic change.
A "lag"" key with a negative value should be interpreted as a lead (and not a
lag). Possible solutions are (1) Change the sign of the value, (2) Add a new
key "lead" and consider only positive values, and (3) Change the key name for
"shift" with negative values for lags and positive values for leads.

The commit implements the third choice.
2017-06-28 15:49:09 +02:00
Sébastien Villemot 74ed99c6ca ms-sbvar/switch_dw: update submodule. 2017-06-28 15:48:28 +02:00
Stéphane Adjemian (Charybdis) 684861ce87 Fixed typos. 2017-06-28 15:35:05 +02:00
Sébastien Villemot ff68aa7229 reporting: submodule update. 2017-06-28 15:23:46 +02:00
Sébastien Villemot 1ff5c3f571 Fix various typos (thanks lintian). 2017-06-28 15:06:54 +02:00
Sébastien Villemot 801154dbee Do not install LICENSE.md files of submodules under /usr/lib/dynare/matlab. 2017-06-28 15:06:02 +02:00
Sébastien Villemot 5d96e8c2f0 Also remove git files of matlab/modules/ from tarball. 2017-06-28 14:19:35 +02:00
Houtan Bastani 1c2d116a0f doc: fix up wording of JSON description 2017-06-28 12:13:23 +02:00
Houtan Bastani a81420d889 preprocessor: remove warning on int/size_t comparison 2017-06-28 12:06:20 +02:00
Houtan Bastani 3938381e99 preprocessor: write JSON output for original model when writing after transform pass 2017-06-28 12:04:04 +02:00
Houtan Bastani 170d90bd84 doc: fix bug introduced in 8e0791d05c 2017-06-28 11:08:17 +02:00
Houtan Bastani 8e0791d05c doc: add info about JSON output 2017-06-28 11:02:16 +02:00
Johannes Pfeifer aa2a1e4d60 generate_trace_plots: Add measurement errors 2017-06-26 16:43:13 +02:00
houtanb 45fa9324bd preprocessor: write original model in JSON output after computing pass 2017-06-23 14:20:48 +02:00
houtanb 4d53b6bf55 preprocessor: add tag information to cloned dynamic model 2017-06-23 14:19:57 +02:00
Johannes Pfeifer 89326090b9 simpsa: Only store output strcuture if requested
Otherwise a huge three-dimensional array is created by default that is not used, but can run computer out of memory
2017-06-23 10:50:06 +02:00
houtanb 54d28d65da add new submodule: jsonlab 2017-06-22 16:34:52 +02:00
Houtan Bastani 62e55f9011 reporting: submodule update 2017-06-20 12:24:17 +02:00
Stéphane Adjemian (Charybdis) 90a239f84b Fixed bug.
Exogenous variables in exo_histval are along rows, while they are along columns
in exo_simul.
2017-06-19 17:32:58 +02:00
Stéphane Adjemian (Charybdis) e7bb0acae8 Fixed typo. 2017-06-17 08:42:38 +02:00
Stéphane Adjemian (Charybdis) 119b5a62f2 Merge branch 'master' into json 2017-06-16 20:03:36 +02:00
Houtan Bastani f917869439 doc: macOS related updates 2017-06-15 14:03:59 +02:00
Houtan Bastani e6ffc59296 preprocessor: remove comparison warnings from compilation of ModelTree.cc 2017-06-14 23:49:10 +02:00
Houtan Bastani 2cbb619f6f preprocessor: fix bug: check whether second string in pair is empty. closes #1469 2017-06-14 23:40:30 +02:00
Stéphane Adjemian (Charybdis) 6c0ab379ad Fixed code indentation. 2017-06-14 07:01:31 +02:00
Stéphane Adjemian (Charybdis) 4b1fd53701 Added set_historical_values command.
(cherry picked from commit e043e92c4a)
2017-06-14 00:09:07 +02:00
Stéphane Adjemian (Charybdis) a1f86b97e2 Allow lags on exogenous variables for backward models forecasts and IRFs.
TODO: Check if this is working with linear models.
(cherry picked from commit 44b9531bb7)
2017-06-14 00:08:14 +02:00
Stéphane Adjemian (Charybdis) 0fa0ceb990 Added routine building endo_histval and exo_histval from a dseries object.
(cherry picked from commit 2b0f5c7edf)
2017-06-14 00:06:26 +02:00
Stéphane Adjemian (Charybdis) 4004d8d442 Allow for lags in exogenous variables.
(cherry picked from commit b8e2eec878)
2017-06-14 00:05:50 +02:00
Stéphane Adjemian (Charybdis) b398a65eb9 Added routine for computing unconditional forecasts of a backward looking model.
(cherry picked from commit d93b6b2f15)
2017-06-14 00:05:32 +02:00
Stéphane Adjemian (Charybdis) cfd82e28e4 Added routine computing IRFs of backward looking model.
(cherry picked from commit 647505526a)
2017-06-14 00:05:16 +02:00
Stéphane Adjemian (Charybdis) ca7f734561 Updated dynare_config (wrt 214b534b25)
(cherry picked from commit 12733e94f3)
2017-06-14 00:04:28 +02:00
Stéphane Adjemian (Charybdis) 5570bf1588 Moved backward models related routines in specific subfolder.
(cherry picked from commit 214b534b25)
2017-06-14 00:01:48 +02:00
Stéphane Adjemian (Charybdis) 57cab69530 Try random initial guess for dynare_solve...
... If for the default initial guess we obtain NaNs or Infs in the residuals
and/or the Jacobian matrix.

(cherry picked from commit d282226100)
2017-06-14 00:01:10 +02:00
Sébastien Villemot 72c6fd5ffa Drop useless AX_LATEX_BIBTEX_TEST m4 macro. 2017-06-13 16:09:36 +02:00