Commit Graph

7283 Commits (9eebfc87b0678de5db99dfe8036ba0f217c8472a)

Author SHA1 Message Date
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
Stéphane Adjemian (Scylla) 2ee11fa860 Changed the handling of optimization options in dynare_estimation_1.m. Removed calls to strsplit. Closes #605. 2014-02-03 12:25:29 +01:00
Stéphane Adjemian (Scylla) 4b4de4102a Added new routine that converts a string of Key-Value pairs in a cell. 2014-02-03 12:25:29 +01:00
Johannes Pfeifer c6cd5b40d9 Consider only unique members of varlist in estimation 2014-02-03 10:03:17 +01:00
Johannes Pfeifer e0ed06e608 Consider only unique variables in stoch_simul 2014-02-03 09:54:27 +01:00
Michel Juillard c1e0d68351 removed useless test with exist() that is very expensive in
Octave (but apparently not in Matlab)
2014-02-01 16:26:18 +01:00
Stéphane Adjemian (Scylla) 63c289adba If us and ts are dseries objects, chain(ts,us) and ts.chain(us) return the same dseries object. 2014-02-01 11:38:10 +01:00
Stéphane Adjemian (Scylla) f54e5ad57b Document @dseries/chain method. 2014-02-01 11:38:10 +01:00
Stéphane Adjemian (Scylla) 90b47d2704 Added chain method in dseries class. 2014-02-01 11:38:10 +01:00
Sébastien Villemot 9d36a326f1 Merge pull request #603 from rattoma/master
HP-filtered moments: Fix bug when unit root models provide NaN's or Inf's in g_omega
2014-01-31 09:09:29 -08:00
Stéphane Adjemian (Scylla) 0960861b2a Added logdata option. Closes #600. 2014-01-31 11:27:36 +01:00
Stéphane Adjemian (Scylla) ebf4d2a9a6 Fixed typo (write @cite{} instead of \cite{} for citations in texinfo). 2014-01-31 11:09:09 +01:00
Stéphane Adjemian (Scylla) 7864e0ec82 Rewrote the error message issued when the prefilter option in used while the steady state of the observed variables is non zero (introduced in commit d82252e805). 2014-01-30 17:57:36 +01:00