Commit Graph

7195 Commits (e5956262598bd06575ca5736ce6e6c44e3f53a9f)

Author SHA1 Message Date
Houtan Bastani be1819b282 reporting: make graph line markers work with tikz 2014-02-12 16:13:41 +01:00
Houtan Bastani 645af86c40 reporting: change series method names for writing 2014-02-12 14:48:48 +01:00
Johannes Pfeifer e8b2b0208a Clarify initval and endval in manual 2014-02-12 12:08:10 +01:00
Houtan Bastani db50e96193 reporting: re-impliment yrange option 2014-02-11 18:25:50 +01:00
Houtan Bastani 623081cd32 reporting: new option xTickLabelAnchor 2014-02-11 17:04:06 +01:00
Houtan Bastani cc5bff921b fix typo 2014-02-11 17:04:06 +01:00
Houtan Bastani 6bbae11b66 reporting: new option xTickLabelRotation 2014-02-11 17:04:06 +01:00
Sébastien Villemot 0954ce3770 Remove spurious @vindex commands.
Those were wrongly taking precedence over the @defvr entries.
2014-02-11 16:51:42 +01:00
Houtan Bastani 2942be0e69 reporting test: pass xTickLabels explicitly 2014-02-11 15:50:07 +01:00
Houtan Bastani e64d1e0952 reporting: add custom height/width to graphs 2014-02-11 15:34:42 +01:00
Houtan Bastani 233016a667 reporting: modify test suite 2014-02-11 15:34:42 +01:00
Houtan Bastani 4651338a76 first pass at tikz/pgf graphs 2014-02-11 15:34:35 +01:00
Houtan Bastani 0c09a8329f reporting: remove unused method 2014-02-11 15:21:01 +01:00
Houtan Bastani c3a5ca78e0 reporting: remove unused methods 2014-02-11 13:02:20 +01:00
Johannes Pfeifer ec41b0cf9e Fixes lot of Typos in the Manual 2014-02-11 10:18:04 +01:00
Sébastien Villemot 3c1271f5c2 Implement syntaxes for moment_calibration and irf_calibration.
Ref #267
2014-02-10 19:23:06 +01:00
Johannes Pfeifer dbb19b8e20 Adds explicit message if optimal policy was used with steady 2014-02-10 18:21:56 +01:00
Johannes Pfeifer 5835242982 Add message if model_diagnostics found no problems 2014-02-10 18:21:20 +01:00
Houtan Bastani cd8707f9b9 reporting: replace num2str with sprintf 2014-02-10 18:03:05 +01:00
Houtan Bastani 95fc644ca5 reporting: simplify graph code 2014-02-10 17:10:09 +01:00
Houtan Bastani b0171ad831 reporting: simplify section code 2014-02-10 16:21:30 +01:00
Houtan Bastani c8b1c931fc reporting: let subsasgn take {} ref 2014-02-10 16:19:01 +01:00
Houtan Bastani bbce05def7 reporting: fix bug 2014-02-07 16:23:20 +01:00
Houtan Bastani bf6f987ed7 reporting: remove unused function numVspace 2014-02-07 16:22:32 +01:00
Houtan Bastani 6412a045f0 reporting: remove all printing to screen 2014-02-07 16:22:32 +01:00
Sébastien Villemot e299d811b1 Merge pull request #609 from JohannesPfeifer/warning_lower_bound
Add warning if prior allows for negative variances and if negative estim...
2014-02-07 16:17:04 +01:00
Houtan Bastani 9babcbac5b reporting: fix display 2014-02-06 18:56:01 +01:00
Houtan Bastani 374cc5a8b5 reporting: simplify table code 2014-02-06 18:49:59 +01:00
Houtan Bastani 55bcf4356d reporting: mute spurrious output 2014-02-06 18:12:23 +01:00
Houtan Bastani 4c5419893e reporting: simplify code (remove sections object) 2014-02-06 18:11:31 +01:00
Houtan Bastani 0a0c3af3bc reporting: simplify code 2014-02-06 17:29:24 +01:00
Houtan Bastani d469c3590d reporting, dates: make shiftS calls more efficient 2014-02-06 15:30:19 +01:00
Johannes Pfeifer a9292c5086 Add warning if prior allows for negative variances and if negative estimated variances are encountered. Closes #522
Due to the use of variances for Sigma_e and subsequently backing out the standard deviation from these variances, the sign of the standard deviation does not matter and no bound needs to be imposed.
2014-02-04 18:59:28 +01:00
Sébastien Villemot a5be9dd845 Add trust-region nonlinear solver.
Closes #260
2014-02-04 17:56:27 +01:00
Sébastien Villemot 3fe5a728c6 Remove bad_cond_flag argument from solve1.
This flag was not grounded on any solid theoretical foundation.

This commit actually makes solve_algo=2 to be exactly the same than solve_algo=4.
2014-02-04 17:56:27 +01:00
Sébastien Villemot 0bcc628ba3 Add missing semicolon. 2014-02-04 17:56:27 +01:00
Houtan Bastani 150e265cd2 reporting: check passed values 2014-02-04 17:03:25 +01:00
Sébastien Villemot f8a2e97ea3 Fix typo. 2014-02-04 15:02:09 +01:00
Sébastien Villemot 3348481104 Add new options consider_all_endogenous and consider_only_observed.
Closes #336
2014-02-04 14:49:06 +01:00
Sébastien Villemot 0df2ba7d12 Fix typo. 2014-02-04 14:38:11 +01:00
Sébastien Villemot 5862099416 Merge pull request #607 from JohannesPfeifer/unique_varlist
Unique varlist and choosing endogenous variables for estimation
2014-02-04 05:14:05 -08:00
Sébastien Villemot 535af2d536 Exit gracefully if an external function name is used as a model local variable.
Closes #599
2014-02-03 16:23:29 +01:00
Houtan Bastani 4dd462e2bb fix bug introduced in 4caa36232b 2014-02-03 15:53:16 +01:00
Sébastien Villemot 5308da2cad Upgrade the minimum requirement to MATLAB 7.5 (R2007b). 2014-02-03 15:52:54 +01:00
Sébastien Villemot 6d1ee23437 Fix test for availability of xlswrite. 2014-02-03 15:52:54 +01:00
Houtan Bastani 4caa36232b reporting: fix assertion 2014-02-03 15:49:29 +01:00
Stéphane Adjemian (Scylla) 21e9b22d7c Merge branch 'get-prior-info-fixes' 2014-02-03 14:25:53 +01:00
Johannes Pfeifer 6962bc8171 Convert use of unique to be compatible with older Matlab version 2014-02-03 13:19:11 +01:00
Johannes Pfeifer 85815ca651 Adds new option to select which variables to consider for estimation
First step for ticket #336
2014-02-03 13:10:31 +01:00
Stéphane Adjemian (Scylla) 260a733442 Added new mod file in the testsuite (test that the changes introduced in 201ee7d627b71bf0fade1ab28799206e001191a7 are correct). 2014-02-03 12:25:29 +01:00