Commit Graph

1513 Commits (be1e0f1b8a27f5fc0224665e65f6a491a4de75d2)

Author SHA1 Message Date
Stéphane Adjemian (Scylla) be1e0f1b8a Fixed bug for mode_compute=6 in Octave. Added an option to replace waitbar in matlab by
textbar (as in Octave). The user has to set options_.console_mode before the
estimation command. Cosmetic changes in gmhmaxlik (mode_compute=6).
2010-06-25 15:03:04 +02:00
Stéphane Adjemian (Scylla) bb47d78611 Fixed bug in Kalman filter routines + Cosmetic changes. 2010-06-24 18:20:07 +02:00
Stéphane Adjemian (Scylla) 706b68e7ef Do not build plots of the posterior IRFs with Octave. 2010-06-24 18:11:08 +02:00
Stéphane Adjemian (Scylla) 3aaccc59e3 Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
Stéphane Adjemian (Scylla) 2aba780744 Removed two empty lines. 2010-06-24 12:52:28 +02:00
Stéphane Adjemian (Scylla) cc4c63f4d0 Fixed bug introduced with the parallelization of PosteriorIRF.m.
Changes related to the new interface for dsge-var models.
2010-06-24 12:49:27 +02:00
Stéphane Adjemian (Scylla) ed03fe89c9 Bug fix. 2010-06-24 12:41:52 +02:00
Houtan Bastani 9b5df05804 DSGE-VAR: introduce dsge_var and dsge_varlag options to estimation statement 2010-06-22 10:38:43 +02:00
Michel Juillard 61e78763da correcting bug in kalman filter when it reaches the steady state (multivariate diffuse Kalman filter, both versions, regular Kalman filter with missing observations) 2010-06-09 18:00:17 +02:00
Stéphane Adjemian (Scylla) a512b9b263 Bug fix. We don't have to check the convergence of the Kalman filter to its steady state if the
covariance matrix F is singular.
2010-06-09 11:04:59 +02:00
Michel Juillard 1098fb4571 ramsey_policy: eliminating unnecessary leads and lags 2010-06-01 20:36:48 +02:00
Michel Juillard 039611223b Author: Michel Juillard <michel.juillard@ens.fr>
--- log message follows this line ---
ramsey_policy adding printing of steady state value of Lagrange multipliers
2010-06-01 20:35:27 +02:00
Sébastien Villemot 9318856a4e SWZ: finalize build system for MEX by adding a test for GSL 2010-06-01 15:33:45 +02:00
Sébastien Villemot 53443fbd01 SWZ: modification for Octave, whose 'mexPrintf' has 'void' return type 2010-06-01 15:23:16 +02:00
Houtan Bastani 359b90d4fc use __APPLE__ as opposed to passing a MACOSX flag via make 2010-06-01 14:08:00 +02:00
Houtan Bastani aa625cc046 produce consistent output 2010-06-01 11:18:56 +02:00
Houtan Bastani 762e703692 Allow the user to pass a constant seed 2010-06-01 11:18:55 +02:00
Houtan Bastani 478cfee0e4 modified sz_prd to work both with standalone files and with mex 2010-06-01 11:18:55 +02:00
Houtan Bastani 72ea2cc07c when printing to stdout, use printf and return val 2010-06-01 11:18:55 +02:00
Houtan Bastani 358640ba4f Mex files / modifications for mex 2010-06-01 11:18:55 +02:00
Houtan Bastani 601c087baa conform to ANSI-C (C90) standard (for -ansi flag under Linux) 2010-06-01 11:18:55 +02:00
Houtan Bastani 341e6a2924 remove trailing whitespace and replace tabs with spaces 2010-06-01 11:18:55 +02:00
Houtan Bastani bd626b07f9 replace DOS ending with UNIX, 2010-06-01 11:18:55 +02:00
Houtan Bastani d265fcba2d if FILE * is stdout, replace fprintf(FILE *, with printf 2010-06-01 11:18:54 +02:00
Houtan Bastani 1bc7bf7fbb make blas and lapack functions work with matlab 2010-06-01 11:18:54 +02:00
Houtan Bastani 14a081c0f5 add swz_fprintf_err to handle printing to stderr 2010-06-01 11:18:54 +02:00
Houtan Bastani c955ae6242 replace 'fprintf(stdout,' with 'printf(' 2010-06-01 11:18:54 +02:00
Houtan Bastani 49cfafce92 prepare modifications for mex 2010-06-01 11:18:54 +02:00
Houtan Bastani 24e5ef8404 moved matrix.h to swzmatrix.h because of conflict with matrix.h provided by Matlab 2010-06-01 11:18:54 +02:00
Houtan Bastani ac0f324d6f build swz standalone executables only against gsl 2010-06-01 11:18:54 +02:00
Marco Ratto e5705ef0bf 1) first fixes in synchronization of remote clusters under linux;
2) changes to header/comments
2010-05-31 11:57:19 +02:00
Marco Ratto 839b77d679 1) eliminated us of struct2local;
2) changes to header/comments.
2010-05-31 11:55:25 +02:00
Marco Ratto 55764e667f 1) eliminated use of struct2local;
2) changes to header/comments.
2010-05-31 11:54:22 +02:00
Marco Ratto 1021e43d47 1) eliminates use of struct2local;
2) changes to header
2010-05-31 11:52:38 +02:00
Marco Ratto 26a78ba595 1) eliminate use of struct2local;
2) fix bug with iterations equal to B+1 (in place of B);
3) changes to header/comments
2010-05-31 11:51:56 +02:00
Marco Ratto befe661f34 1) minor fix for number of runs == B (they were B+1);
2) changes to header/comments
2010-05-31 11:50:48 +02:00
Marco Ratto 36903ee8e1 1) eliminated the use of struct2local;
2) better heading/comments
2010-05-31 11:49:24 +02:00
Marco Ratto 73c46ee9ce Changes to header/comments. 2010-05-31 11:48:34 +02:00
Marco Ratto 88289ce751 1) eliminated use of struct2local;
2) better header /commenting
2010-05-31 11:47:30 +02:00
Marco Ratto e84c8dc1e0 Header/commenting changes 2010-05-31 11:46:38 +02:00
Marco Ratto 0450edda3b Merged with masterParallelMan (which will be eliminated).
Improved header/commenting;
2010-05-31 11:45:57 +02:00
Marco Ratto 77ee04ef37 use of struct2local is eliminated;
Header is improved;
2010-05-31 11:45:04 +02:00
Marco Ratto 6625ca416e Minor changes to header/commenting 2010-05-31 11:44:00 +02:00
Marco Ratto cbf9739d90 Minor header changes. 2010-05-31 11:27:19 +02:00
Marco Ratto d85fc06444 Bug fix.
Header improvement.
2010-05-31 11:26:45 +02:00
Marco Ratto 40d38909ba Improved header/commenting 2010-05-31 11:25:42 +02:00
Marco Ratto 7365e55b0c Improved header 2010-05-31 11:24:55 +02:00
Marco Ratto 457cc27367 Improved header/commenting 2010-05-31 11:24:24 +02:00
Marco Ratto e070be083a Minor change in header 2010-05-31 11:23:38 +02:00
Michel Juillard 124a6c5c12 correct bug when <fname>_steadystate.m file changes the value of parameters + display steady state in Ramsey policy 2010-05-29 07:48:00 +02:00