Commit Graph

3196 Commits (6d89d56b538fd35351389fb48fd59c5020729d78)

Author SHA1 Message Date
Houtan Bastani 6d89d56b53 remove -ansi flag from mex build flags as we use gnu compilers to build mexfiles 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 123294b7b1 Reference manual: improve description for Info format 2011-02-21 18:34:54 +01:00
Sébastien Villemot e76dfadc78 Preprocessor: avoid name clashes with model local variables 2011-02-21 18:26:23 +01:00
Sébastien Villemot 056dfeb169 Preprocessor: fix bug introduced in 412e8a7da0
The transpose sign (single quote) was no longer recognized in native statements
2011-02-21 16:31:51 +01:00
Sébastien Villemot 12c92ee92e Preprocessor: fix bug in parameter derivatives file 2011-02-21 12:43:11 +01:00
Sébastien Villemot 39b73f73c5 Fixed compatibility problem with MATLAB <= 7.3 2011-02-21 12:05:48 +01:00
Sébastien Villemot c5529eb69d Updated Windows README 2011-02-21 11:50:01 +01:00
Sébastien Villemot 412e8a7da0 Preprocessor: fix problem with "%" sign inside string in native statements 2011-02-21 11:33:22 +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
Houtan Bastani 0aa9424cbd update utilities_dw to point to stable 1.1 branch 2011-02-16 11:39:53 +01:00
Houtan Bastani 23d735ae2d update switch_dw to point to stable 1.0 branch 2011-02-16 11:39:14 +01:00
Sébastien Villemot 89b5022f9b Preprocessor: more explicit error message when users enter invalid floating
point numbers (like "1e-10000")
2011-02-16 11:08:40 +01:00
Sébastien Villemot d27b6522b9 Build system: add Mac OS X scripts to dist tarball 2011-02-15 18:38:30 +01:00
Houtan Bastani acd22e05be Mac Package scripts 2011-02-15 18:28:40 +01:00
Sébastien Villemot 967f2f1075 Build system: add rules for creating info file 2011-02-14 14:45:18 +01:00
Sébastien Villemot 7e5da0cc68 Reference manual: remove <synopfragment>: HTML output ugly, and not supported by docbook2x 2011-02-14 14:44:41 +01:00
Sébastien Villemot 94ca528604 Merge remote branch 'ratto/master' 2011-02-14 14:29:39 +01:00
Houtan Bastani 9eb4f5a067 removed execute permissions on files 2011-02-14 12:27:44 +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 c65fe414fa Update Michel's email address in documentation and license 2011-02-14 10:45:34 +01:00
Stéphane Adjemian (Scylla) 478b13eb7c Changed default fortran compiler to gfortran. 2011-02-11 16:00:15 +01:00
Sébastien Villemot dd21fcdd6a Upgrade license file to newer version of the Debian DEP5 proposal 2011-02-11 15:14:37 +01:00
Houtan Bastani 2ec494f1c9 kalman_steady_state: remove instances of mexErrMsgTxt 2011-02-11 12:25:14 +01:00
Houtan Bastani 69375f4b93 logMHMCMCposterior: remove instances of mexErrMsgText 2011-02-11 12:25:10 +01:00
Houtan Bastani 4ac3a6c5a4 replace mex.h with dynmex.h 2011-02-11 12:24:13 +01:00
Sébastien Villemot 59f53bc8ea License file: fix following commit 43479f6ef3 2011-02-10 19:23:19 +01:00
Sébastien Villemot d0640ddf5f Merge remote branch 'houtanb/master' 2011-02-10 19:20:56 +01:00
Sébastien Villemot 24d109c2cf Reference manual: fix type of 'kalman_tol' option 2011-02-10 19:01:27 +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
Sébastien Villemot e9cf821151 Merge remote branch 'ratto/master' 2011-02-07 15:03:36 +01:00
Marco Ratto 025db5c5f7 bug fixes for file exchange through the network under octave 2011-02-07 14:38:51 +01:00