Commit Graph

6638 Commits (c07fc7618b473653535bbd38113a9a7769065e35)

Author SHA1 Message Date
Johannes Pfeifer ad73d1fd93 Fixes bug in display of parameters at prior bound 2013-09-30 17:10:39 +02:00
Johannes Pfeifer 7e7cadb878 Check initial values for violation of inverse gamma prior
The inverse gamma distribution does not allow for the value 0, but the current check at the lower bound set LB=0 and tested for <LB instead of <=0.

Also fixes
2013-09-30 17:10:16 +02:00
Sébastien Villemot 1f8b4d9a86 Fix bug in display of parameter names violating the bounds condition 2013-09-30 17:02:25 +02:00
Houtan Bastani 48c428d748 reporting: make tableSubSectionHeader prettier when vlineAfterEndOfPeriod is true 2013-09-27 11:14:00 +02:00
Houtan Bastani d1c012d289 reporting: annualAverages option for addTable 2013-09-26 16:34:36 +02:00
Houtan Bastani 79d62d85d0 reporting: fix hline for table 2013-09-26 16:08:13 +02:00
Houtan Bastani ff3774a4a2 reporting: table: remove unused variable 2013-09-26 15:21:08 +02:00
Houtan Bastani 34b3b94c5f reporting: series: tableRowColor add missing check 2013-09-26 14:48:59 +02:00
Houtan Bastani a9eb95ff2a reporting: series: fix spacing of table cell separators and eol's 2013-09-26 14:45:46 +02:00
Houtan Bastani 79f03773d7 reporting: add new series option tableSubSectionHeader 2013-09-26 14:43:13 +02:00
Sébastien Villemot b207477c66 Merge pull request #484 from JohannesPfeifer/manual_DR
Clarify manual on different/inconsistent ordering of variables used in d...
2013-09-26 02:57:14 -07:00
Johannes Pfeifer 27b48720dc Clarify manual on different/inconsistent ordering of variables used in description of decision rules
The previous description used the same variables to denote both declaration and DR order, thus confusing users.
2013-09-26 11:29:40 +02:00
Houtan Bastani efd5a82d31 Merge pull request #482 from JohannesPfeifer/master
Adds chi2cdf function if Statistics toolbox is missing
2013-09-26 01:26:16 -07:00
Johannes Pfeifer 90fa92f8a9 Adds chi2cdf function if Statistics toolbox is missing 2013-09-26 10:19:05 +02:00
Sébastien Villemot b3d835bd48 Provisions for MATLAB 8.2 (R2013b) 2013-09-25 16:00:07 +02:00
Houtan Bastani 79b33ca741 reporting: doc bug fix 2013-09-25 15:28:34 +02:00
Houtan Bastani 6a9e9dfdea reporting: new table option vlineAfterEndOfPeriod 2013-09-25 15:28:34 +02:00
Houtan Bastani 4522c011d6 reporting: default value bug fix 2013-09-25 15:28:34 +02:00
Sébastien Villemot 55bcee2f9d Fix in license file related to changes to Sims' codes 2013-09-25 15:27:45 +02:00
Sébastien Villemot cfea63b4de Merge pull request #474 from houtanb/geweke
Geweke
2013-09-25 05:54:31 -07:00
Sébastien Villemot 80768beb1f Fix a bug similar to #476 in estimated_params_bounds 2013-09-25 14:44:49 +02:00
Houtan Bastani 2fbd75d11c reporting: add series option tableRowColor 2013-09-25 14:11:58 +02:00
Stéphane Adjemian (Charybdis) db485235b5 data, name and tex of the dynSeries class are also private members that cannot be overwritten.
(cherry picked from commit 609f94881f)
2013-09-24 16:47:52 +02:00
Stéphane Adjemian (Charybdis) 3dee1674d5 Added unitary tests.
(cherry picked from commit 667e308585)
2013-09-24 16:47:52 +02:00
Stéphane Adjemian (Charybdis) 2ae0812012 Added the possibility to overwrite the time and init member of a dynSeries object (not allowed for freq, nobs and vobs).
(cherry picked from commit b0d6e2b7b6)
2013-09-24 16:47:52 +02:00
Houtan Bastani e75e6a12db estim_params: remove short-circuit ops, #476 2013-09-24 16:01:47 +02:00
Houtan Bastani d369b8ad0e front end for maxit: ref #293, #262 2013-09-24 15:40:13 +02:00
Houtan Bastani 8c12e4afe3 estim_params: remove extraneous find, ref #476 2013-09-24 15:39:15 +02:00
Houtan Bastani 691828cc2f estim_params: correct for symmetry of correlation, closes #476 2013-09-24 15:31:41 +02:00
Houtan Bastani 388b32ef94 estim_params: fix parenthesis bug, ref #476 2013-09-24 15:12:52 +02:00
Houtan Bastani d2b020c853 estim_params: use short-circuit AND 2013-09-24 15:10:35 +02:00
Houtan Bastani 30cb093048 front end for Geweke convergence diagnostics for single chains 2013-09-23 15:40:19 +02:00
Houtan Bastani 5058e4d00f fix typo 2013-09-23 14:42:57 +02:00
Houtan Bastani 941cda7655 Merge remote-tracking branch 'johannes/geweke_convergence' into geweke 2013-09-23 14:17:58 +02:00
Sébastien Villemot a4246ef2c8 Merge pull request #473 from JohannesPfeifer/affiliation
Update Johannes's Affiliation
2013-09-21 13:32:27 -07:00
Johannes Pfeifer 768792ea04 Update Johannes's Affiliation 2013-09-21 19:34:08 +02:00
Stéphane Adjemian (Charybdis) 0cdfe4d6c7 Added new routines for computing gradients (options 13 and 15). 2013-09-20 23:17:18 +02:00
Stéphane Adjemian (Charybdis) cdc7e6b945 Changed logic in numgrad3 and numgrad5 (same as for numgrad2) + Cosmetic and efficiency changes. 2013-09-20 23:17:18 +02:00
Stéphane Adjemian (Charybdis) 4c9153650f Cosmetic and efficiency changes. 2013-09-20 23:17:17 +02:00
Stéphane Adjemian (Charybdis) 15825c9034 Changed logic in numgrad2.
Do not compute the left derivative if the evaluation of the objective function at x+h returns a non zero cost_flag (ie a problem with BK, steady state, ...).
2013-09-20 23:17:17 +02:00
Stéphane Adjemian (Charybdis) d116fea0d9 Removed useless routines for gradient evaluation (called by csminwell). 2013-09-20 23:17:17 +02:00
Sébastien Villemot 48ed621152 Update Junior's affiliation 2013-09-20 10:28:08 +02:00
Sébastien Villemot 3015233c2c Add missing dash 2013-09-20 10:18:19 +02:00
Sébastien Villemot 91e06bc27e Update Ferhat's affiliation 2013-09-20 10:16:12 +02:00
Stéphane Adjemian (Charybdis) 22968497ad Fixed bug manifesting if a model is first estimated with cova_compute=0 and if the resulting mode file is loaded after.
Added condition on the existence of hh in the mode_file.
2013-09-19 15:25:23 +02:00
Stéphane Adjemian (Charybdis) b95f000d8f Added new routine to generate strings randomly. 2013-09-19 14:43:35 +02:00
Michel Juillard 944e0a873e adding missing data file in previous commit 2013-09-18 12:32:02 +02:00
Michel Juillard f40af9bebe adding tests for shocks decomposition of estimated model. Closes #313 2013-09-18 12:05:00 +02:00
Stéphane Adjemian (Charybdis) 9f63c4081f Fixed bug affecting fs2000/fs2000_calib.mod and shock_decomp_calibrated_model/example1_calib_shock_decomp.mod. 2013-09-18 11:38:58 +02:00
Stéphane Adjemian (Charybdis) 7dc6013eaa Added headers. 2013-09-18 11:34:10 +02:00