Commit Graph

2935 Commits (90adfc591818b8a0fb9ca651f0ca77faa58dc625)

Author SHA1 Message Date
Sébastien Villemot 26bfd80079 Update of the Emacs mode contributed by Y. Kalantzis 2010-10-08 15:22:43 +02:00
Houtan Bastani 078574ee4a external_function: add support for use_dll 2010-10-07 18:05:07 +02:00
Houtan Bastani c19df582e0 external_function: modified to pass functions as string names as opposed to function handles to reduce number of calls to mexCallMatlab when use_dll option is invoked 2010-10-07 16:49:36 +02:00
Sébastien Villemot dbbe177ed6 Estimation DLL: fix bug related to number of rows of matrix of endogenous (nb_row_x was incorrectly initialized in dynamic C file) 2010-10-05 16:30:21 +02:00
Sébastien Villemot eea1bcc27c k-order DLL: fix bug related to number of rows of matrix of endogenous
(nb_row_x was incorrectly initialized in dynamic C file)
2010-10-05 15:28:15 +02:00
Michel Juillard 32bf5e9a0e Diffuse smoother: bug correction when singularity occurs 2010-10-04 21:59:22 +02:00
George Perendia 4ad491b0a8 Partial Information: a minor makeup change to PCL_resol.m 2010-10-04 13:58:26 +01:00
George Perendia d7e8870c18 C++ Estimation DLL: Adding draft logMHMCMCposterior.cc mexFile driver for the modified RandomWalkMetropolisHastings.cc and other related files inc. draft test random_walk_metropolis_hastings_core.m
Still missing functionality: Sliding progress bar, seed change and loading old, incomplete (failed) run files
2010-10-04 13:58:25 +01:00
Houtan Bastani 96f284eee1 user manual: added instructions for installing / configuring on mac 2010-10-01 18:01:59 +02:00
Houtan Bastani 0e8ad5780f change email address 2010-10-01 16:26:49 +02:00
Marco Ratto c9c6fc36d5 Test files for identification 2010-09-29 19:05:51 +02:00
Marco Ratto 1b2fbc895d small bug fix (isunx in place of isunix) 2010-09-29 16:35:39 +02:00
Marco Ratto 1fc3d503ee improved identification checks, using svd in place of eig. 2010-09-29 16:18:57 +02:00
Marco Ratto 70400e5e84 Modifications following meetings in Paris (not yet completed 100%):
1) new default option for prior_mc = 1;
2) new option: advanced (default=0). If advanced=0, simple messages and plots; advanced=1 shows all details about weak identification diagnostics;
3) new option: periods (default=300). Length of stochastic simulations to generate simulated moments for 'GMM type' analysis of strength of identification;
4) new option: replic (default = 100). Number of replicated simulated moments for 'GMM type' analysis of strength of identification;
5) new feature: allow local identification analysis WITHOUT defining priors, using parameter values as defined in the .mod file definition.
6) simplified graphical and tabular output.
2010-09-29 16:12:48 +02:00
Marco Ratto 0a637be94c Display changes in line with meetings in Paris (not yet 100% completed):
- simplified;
- first rank deficiency;
- why rank deficiency;
- some info about weak identification (not completed);
2010-09-29 16:04:57 +02:00
Sébastien Villemot 8852bd1b09 mexopts.bat for Windows:
- now use the mingw package shipped with Cygwin
- create a version for 64-bit MATLAB
- note that I could not merge the 32 and 64-bit mexopts in a single file,
because MATLAB's mex.pl ignores everything that is not a "set" statement (in
particular it ignores "if" statements)
2010-09-28 16:46:53 +02:00
Sébastien Villemot ac3225c654 Build system: add dynare.el to source tarball 2010-09-27 16:45:08 +02:00
Houtan Bastani a20bc07fdf replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
Houtan Bastani 47ca9b628d replace deprecated Matlab function isstr with ischar 2010-09-27 16:05:52 +02:00
Houtan Bastani 34b28b8043 replace deprecated Matlab function setstr with char 2010-09-27 16:05:52 +02:00
Sébastien Villemot 1a27ed9f38 OpenMP support:
- removed build_matlab_multithread.m and isopenmp MEX file
- introduced a new option "--enable-openmp" in configure script
- when openmp support is compiled in, the default is still one thread; the user can set the number of threads with "set_dynare_threads(n)"
- closes #68
2010-09-27 15:56:19 +02:00
Sébastien Villemot 477652c6e9 Build system: removed obsolete build_matlab script 2010-09-27 15:51:32 +02:00
Sébastien Villemot 5a1caff861 Build system: fix for bug introduced in 5504811b1a 2010-09-27 14:18:39 +02:00
Michel Juillard e92749f0a4 updated test for parallel computing 2010-09-25 15:02:48 +02:00
Michel Juillard ae14d0fc9e replaced display() by disp() as display() is buggy in Octave 2010-09-25 14:45:28 +02:00
Sébastien Villemot f479eb1bea Testsuite: change Ireland deterministic testcase to match change in
stack_solve_algo option
2010-09-24 18:40:15 +02:00
Sébastien Villemot d0161843a4 Testsuite: removed duplicate test case (now under tests/steady_state) 2010-09-24 18:35:31 +02:00
Sébastien Villemot ad89d0f15d Forecast with deterministic exogenous: removed duplicate forecast graph (closes #103) 2010-09-24 18:32:53 +02:00
Houtan Bastani 7b779d4351 Updated file to work with requirement that external functions always be declared before being used in the model block 2010-09-24 18:23:42 +02:00
Sébastien Villemot 5504811b1a Removed obsolete Kalman filter code 2010-09-24 13:01:52 +02:00
Sébastien Villemot da1c031195 Build system: add new header for bytecode (see previous commit) 2010-09-24 12:59:46 +02:00
Ferhat Mihoubi df1b1e4ed0 - In bytecode, the MATLAB function "mexErrMsgTxt" has been replaced by an exception handling see ticket #137 2010-09-24 12:52:58 +02:00
Ferhat Mihoubi bc089f732e - Correct the simul call without input argument 2010-09-24 11:07:43 +02:00
Sébastien Villemot 3068fbda8f Preprocessor: no longer crashes when some dynamic variables appear only in
unused model local variables (closes #101)
2010-09-23 12:13:30 +02:00
Pablo Winant 45ebd1b3fb Compatibility fix for Octave. In dr1, line 384, if w1 is a scalar, condest(w1) raises an error in octave. It is equal to 1 in matlab. 2010-09-23 11:33:54 +02:00
Houtan Bastani 92cb073f3a dynare_simul_: remove instances of mexErrMsgTxt 2010-09-23 10:45:35 +02:00
Houtan Bastani 982b4d0491 gensylv: remove instances of mexErrMsgTxt 2010-09-23 10:45:27 +02:00
Houtan Bastani e57056ad14 sparse_hessian_times_B_kronecker_C: remove instances of mexErrMsgTxt 2010-09-23 10:45:18 +02:00
Houtan Bastani ca24c92ed7 A_times_B_kronecker_C: remove instances of mexErrMsgTxt 2010-09-23 10:45:08 +02:00
Houtan Bastani 7b0d6da920 mjdgges: remove instances of mexErrMsgTxt 2010-09-23 10:44:59 +02:00
Houtan Bastani 2c38a1913c change element-wise OR (|) to short-circuit OR (||) 2010-09-23 10:44:48 +02:00
Houtan Bastani e32c8b1b76 k_order_perturbation: remove instances of mexErrMsgTxt and mexErrMsgIdAndTxt 2010-09-23 10:44:39 +02:00
Houtan Bastani 1eaee02729 logposterior: remove instances of mexErrMsgTxt 2010-09-23 10:44:22 +02:00
Houtan Bastani b512a43848 fix file mode 2010-09-23 10:44:10 +02:00
Houtan Bastani 1b05a5f276 SWZ: remove instances of mexErrMsgTxt 2010-09-23 10:43:58 +02:00
Houtan Bastani 6631f2d1d0 Macro used to clean up after encountering an error in a mex file (previously handled by mexErrMsgTxt) and helper m file 2010-09-23 10:43:16 +02:00
Sébastien Villemot a3640239ab Removed all MSVC workarounds, since we can now definitely drop this compiler on
Windows/64-bit platform
2010-09-21 15:06:14 +02:00
Sébastien Villemot 750f92ace1 Cleanups related to the removal of leads and lags in deterministic model
(introduced in 60f7678669)
- remove simk.m and clean simul.m
- document the change in the reference manual
2010-09-21 13:35:55 +02:00
Sébastien Villemot fbbc21d577 Estimation DLL: make it compatible with changes introduced in 648c3cd177 + code simplification 2010-09-20 19:25:31 +02:00
Sébastien Villemot aa8963c1db K-order DLL: code simplification 2010-09-20 19:24:23 +02:00