Commit Graph

1802 Commits (80012391181177b68c40d06104ffbdd806b22800)

Author SHA1 Message Date
Sébastien Villemot 8001239118 Remove nonexistent smoother directory from addpath 2011-02-23 12:25:23 +01:00
Michel Juillard 86b88d4e70 one more smoother function removed 2011-02-23 11:24:16 +01:00
Michel Juillard f553e69de3 removing unused Kalman smoother functions 2011-02-23 11:07:06 +01:00
Sébastien Villemot e975336317 evaluate_smoother: fix call to DsgeSmoother (last argument was wrong) 2011-02-23 10:19:03 +01:00
Houtan Bastani dd6159d791 SWZ: remove instances of swz throughout 2011-02-22 15:06:38 +01:00
Houtan Bastani 0db26e98a1 set correct permissions on file (remove execute) 2011-02-22 15:06:38 +01:00
Houtan Bastani c59133562c more short-circuit logicals in the place of element-wise logicals 2011-02-22 15:06:38 +01:00
Sébastien Villemot a153f81156 Partial information:
- fix various bugs
- do not fallback on full information in case of error, this is confusing
2011-02-22 14:46:24 +01:00
Sébastien Villemot f6f96be0a0 Fix bug introduced in previous commit 2011-02-22 10:54:31 +01:00
ratto 8619ec7835 Fixed bug related to dname 2011-02-22 10:12:37 +01:00
Sébastien Villemot 39b73f73c5 Fixed compatibility problem with MATLAB <= 7.3 2011-02-21 12:05:48 +01:00
Michel Juillard aafa328362 updating dynare_estimation_init.m and using it in dynare_estimation_1.m. Required for GSA. 2011-02-21 11:22:47 +01:00
Michel Juillard c0d147c6da corrected bug in conditional variance decomposition: removed reference to useless aux variable 2011-02-20 12:24:24 +01:00
Houtan Bastani 8a0dabd07d use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
Sébastien Villemot 94ca528604 Merge remote branch 'ratto/master' 2011-02-14 14:29:39 +01:00
Houtan Bastani b41fde5088 changed swz paths to ms-sbvar 2011-02-14 12:26:38 +01:00
Marco Ratto 90e5f489b2 Then the last shock declared in M_.exo_names has zero variance or it has no effect on the model, there is a mismatch dimension, since the posteriorIRF provides a stock variable with less dimensions than M_.exo_nbr. 2011-02-14 12:01:38 +01:00
Marco Ratto 7fb471e9cc Slightly simplified checks in computing gradient and Hessian for optimizer = 5. 2011-02-14 11:51:15 +01:00
Marco Ratto 13ea1c0046 A better way to compute outer product gradient (for optimizer 5) with the univariate Kalman Filter. 2011-02-14 11:48:29 +01:00
Sébastien Villemot d0640ddf5f Merge remote branch 'houtanb/master' 2011-02-10 19:20:56 +01:00
Michel Juillard e5d9a7eb42 corrected bug for options_.kalman_tol and increased its default value to 1e-10 2011-02-10 18:48:08 +01:00
Houtan Bastani 43479f6ef3 use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
Jacob Smith 6f46019bfa Fixed bug, where Ui,Vi,n0,np where not being initialized properly in exclusions.m identification for SWZ/MSBVAR 2011-02-09 09:25:22 -05:00
Jacob Smith dc275f4af4 Moved the TeX file closing statement outside of loop, to fix a problem with non existant file id in producing TeX output in stoch_simul 2011-02-09 09:21:03 -05:00
Houtan Bastani eab7c1c6db remove unused function 2011-02-09 10:06:13 +01:00
Michel Juillard 6ad29c9879 SWZ: fixing options vlistlog and vlistpercentage 2011-02-09 06:29:21 +01:00
Michel Juillard b247c329d8 replaced expressions X == 0 by more efficient and robust isequal(X,0) when X is a matrix
porting earlier changes from DsgeLikelihood.m to DsgeLikelihood_hh.
cleaning code
2011-02-09 06:23:27 +01:00
Marco Ratto f7477e23e5 fixed bug with parallel clusters with octave 2011-02-08 15:43:51 +01:00
Marco Ratto 7db0dad508 changed default for optimizer = 5 2011-02-08 15:42:38 +01:00
Marco Ratto ad77ce7189 fixed echoes on command window 2011-02-08 15:41:17 +01:00
Marco Ratto 0ad3f11c20 Extensions for testing under octave
(cherry picked from commit f3a40a816314de603078151ccada2afdcbba2b22)
2011-02-07 21:16:50 +01:00
Marco Ratto 025db5c5f7 bug fixes for file exchange through the network under octave 2011-02-07 14:38:51 +01:00
Marco Ratto 12555b4320 Skip parallel plots under Octave 2011-02-07 14:34:10 +01:00
Sébastien Villemot 02652f6eb8 Updated copyright notices 2011-02-04 17:27:33 +01:00
Sébastien Villemot 757a9067c0 Global reindentation of MATLAB files 2011-02-04 17:17:48 +01:00
Houtan Bastani 85332744d8 Ticket #59: add cases for errors that were not being caught and convert AIM error codes so that they don't overlap with other error codes in print_info 2011-02-04 15:47:56 +01:00
Sébastien Villemot 9ae3115b9d Fixing function name in header 2011-02-04 12:44:43 +01:00
Sébastien Villemot e95defd117 Implement workaround for ticket #161 2011-02-04 11:55:54 +01:00
Sébastien Villemot 314c411d17 Fix matlab path of MS-SBVAR in config file 2011-02-04 11:55:31 +01:00
Houtan Bastani 39adf099c3 SWZ: remove out of date code 2011-02-02 18:37:27 +01:00
Houtan Bastani 06fe0c850a SWZ: move mex code to new ms-sbvar dir and rename swz to ms-sbvar 2011-02-02 18:35:29 +01:00
Marco Ratto 0a93e9f28e - warning of for octave;
- fixed bug with batch file for octave;
- fixed screen output for octave;
- cosmethics
2011-02-02 14:15:18 +01:00
Marco Ratto bed32115d2 Fixes with screen output for parallel/octave + cosmethics 2011-02-02 14:13:11 +01:00
Sébastien Villemot 8111b671ff Merge remote branch 'ratto/master' 2011-02-02 09:58:58 +01:00
Ferhat Mihoubi 6f184371ef - Correction of temporary terms when bytecode is used and solve_algo <= 4 2011-02-02 00:31:37 +01:00
Marco Ratto 7583e0d3f1 semicolons 2011-02-01 23:37:41 +01:00
Marco Ratto e7646a4412 disable warnings in octave + semicolon 2011-02-01 23:33:22 +01:00
Marco Ratto 45cf10ed11 missing semicolon 2011-02-01 23:32:36 +01:00
Marco Ratto 3eb1ec0c40 fixed bug in previous commit (~ispc) 2011-02-01 23:26:01 +01:00
Marco Ratto 062734895f dynare provisions for rmdir under windows 2011-02-01 23:24:34 +01:00