Commit Graph

2380 Commits (1259d4a603812504d1dc6edb2cc8a30608d7e012)

Author SHA1 Message Date
Sébastien Villemot 1259d4a603 Fix crash on older MATLAB introduced in previous commit 2012-01-09 12:15:43 +01:00
Houtan Bastani dcaed91f66 fix to license call (checkout only works for Matlab version >= 2011a) 2012-01-09 11:57:47 +01:00
Michel Juillard f9d2dec97f preparing dsge_loglikelihood.m for future integration of estimation DLL 2012-01-08 21:55:02 +01:00
Michel Juillard 3ec6b6ff78 removing options_ and oo_ from dr1.m output arguments 2012-01-08 18:51:51 +01:00
Michel Juillard 27ef4a84a1 removing options_ and oo_ from dr1.m output arguments 2012-01-08 18:46:17 +01:00
Michel Juillard 108444b703 added calls to re-initialize persistent variable 'penalty' is
dsge_likelihood() and dsge_likelihood_hh() before calling the
optimizer
2012-01-08 17:59:33 +01:00
Michel Juillard d12e1b7801 replaced BayesInfo.penalty by penalty as it is now a persistent variable 2012-01-08 17:58:22 +01:00
Michel Juillard 412d7d29a2 changed calling sequence for dr1() in resol.m 2012-01-08 14:35:36 +01:00
Michel Juillard eb0f26239d header correction 2012-01-08 14:18:51 +01:00
Michel Juillard 938d95cb11 removed M_ from list of dr1.m outputs. M_ was only modified in dr1.m
by the old code for Ramsey policy.
2012-01-08 14:17:54 +01:00
Houtan Bastani c19950d358 update copyright dates for files already modified in 2012 2012-01-04 14:42:06 +01:00
Stéphane Adjemian (Charybdis) 11da21c7b2 Renamed DsgeLikelihood_hh to dsge_likelihood_hh. Fixes bug reported in trac#231.
The problem was that this version of DsgeLikelihhod is called with an eval in dynare_estimation_1
by forming a string.
2012-01-04 14:25:21 +01:00
Stéphane Adjemian (Charybdis) d6155b1e96 Merge branch 'master' of kirikou.dynare.org:/srv/d_kirikou/git/dynare 2012-01-04 12:47:36 +01:00
Michel Juillard bd60a5beef made inverse_gamma_specification robust for a larger set of parameter values 2012-01-01 20:12:51 +01:00
Sébastien Villemot 30cbcdbb55 Store histval information for endogenous in M_.endo_histval
Really closes: #157
2011-12-28 11:35:22 +01:00
Sébastien Villemot de337ad72e Remove spurious initialization of oo_.endo_simul in steady 2011-12-28 10:52:16 +01:00
Sébastien Villemot c541ceb849 Remove unused options_.deterministic_simulation_initialization 2011-12-28 10:44:34 +01:00
Stéphane Adjemian (Charybdis) 7b856645a5 Added routine performing reduced rank Cholesky factorization. 2011-12-27 17:55:05 +01:00
Stéphane Adjemian (Charybdis) c250f8f495 Fixed bug in the second unitary test of local_state_equation_2. 2011-12-27 15:01:07 +01:00
Stéphane Adjemian (Charybdis) dd40895df6 Fixed a typo in comments. 2011-12-27 12:47:06 +01:00
Sébastien Villemot d7e5d37d9c GSA: rename 2 functions whose name is the same than some Octave built-in 2011-12-27 12:19:42 +01:00
Stéphane Adjemian (Charybdis) c152bbedd4 Added main routine for non linear filters. 2011-12-26 17:46:49 +01:00
Stéphane Adjemian (Charybdis) bf69bac140 Fixed typo in comments. 2011-12-26 17:46:49 +01:00
Stéphane Adjemian (Charybdis) 41c8faf176 Fixed header. 2011-12-26 17:46:49 +01:00
Stéphane Adjemian (Charybdis) ecac871435 Changed the name of DsgeLikelihood (-> dsge_likelihood). 2011-12-26 17:46:48 +01:00
Stéphane Adjemian (Charybdis) 45d85f19fa Added options for non linear filters + Cosmetic changes. 2011-12-26 17:46:48 +01:00
Stéphane Adjemian (Charybdis) 29cf9c4113 Removed the display of the first lines of oo_.exo_simul (extended path simulations). 2011-12-26 17:46:48 +01:00
Stéphane Adjemian (Charybdis) 3e84e333b4 Changed verbosity options (fast deterministic simulations). Default is options_.verbosity==1. 2011-12-26 17:46:48 +01:00
Sébastien Villemot b8bb1acce1 GSA: further simplification related to qmc_sequence 2011-12-26 16:12:33 +01:00
Sébastien Villemot 300eaf63c2 Remove nonfree LPTAU.m, replace by qmc_sequence MEX 2011-12-26 15:40:52 +01:00
Stéphane Adjemian (Charybdis) ecfc5bbbc9 Removed nonsensic options (for the evaluation of the expectations). 2011-12-26 11:53:08 +01:00
Houtan Bastani 9be84bdf65 make check: fix bug in check for license 2011-12-23 18:22:41 +01:00
Stéphane Adjemian (Charybdis) e2f69ab4fc Added arbitrary order of approximation for the Stochastic Extended Path approach.
Default is that we only consider shocks in t+1 to approximate the expectations. If
options_.ep.stochastic.order is set to s>1, shocks in t+1, t+2, ..., t+s are
considered. Obviously the (tensorial) tree of future shocks is growing
exponentially.

Other numerical rules of integration have to be added...
2011-12-23 17:57:41 +01:00
Stéphane Adjemian (Charybdis) fe1f536f0d Updated header. Added unitary test. 2011-12-23 12:12:13 +01:00
Stéphane Adjemian (Charybdis) a09779f218 Fixed fourth unitary test of qmc_sequence. 2011-12-23 10:44:29 +01:00
Stéphane Adjemian (Charybdis) 627b24ddc6 Added unitary tests for qmc_sequence mex file. 2011-12-22 18:16:24 +01:00
Stéphane Adjemian (Charybdis) 199eb98aeb Fixed typo in the unitary test of qmc_sequence. 2011-12-22 14:49:01 +01:00
Stéphane Adjemian (Charybdis) c0ebbc72ef Fixed header (added output argument info). 2011-12-22 14:36:24 +01:00
Stéphane Adjemian (Charybdis) 2c04f5c825 Merge branch 'master' of kirikou.dynare.org:/srv/d_kirikou/git/dynare 2011-12-21 18:57:09 +01:00
Sébastien Villemot a2061b6f4e Initialize empirical simulations with information provided in histval
Closes: #195, #157
2011-12-21 18:37:45 +01:00
Stéphane Adjemian (Charybdis) 3815daada3 Fixed bug: dynare_config is now able to find a mex file even if dynare_config is called from
<DYNARE_PATH>/matlab directory and if a matlab script with same name than the mex exists in
this directory.
2011-12-21 18:31:29 +01:00
Stéphane Adjemian (Charybdis) 4869fff243 Added new mex file for computing Quasi Monte-Carlo sequences (Sobol), texinfo headers and unitary tests are available in <DYNARE_PATH>/matlab/qmc_sequence.m. 2011-12-21 18:23:15 +01:00
Stéphane Adjemian (Charybdis) dec622c48d Fixed bug and streamlined the routines for unitary tests. 2011-12-21 18:14:17 +01:00
Houtan Bastani 3ff704d36d ms-sbvar: replace state with regime 2011-12-21 12:21:30 +01:00
Houtan Bastani 87ffab3200 preprocessor: add symbol.options statement 2011-12-21 12:21:30 +01:00
Houtan Bastani f5bfdbb23f preprocessor: add prior statement 2011-12-21 12:21:29 +01:00
Houtan Bastani 1e78d70659 preprocessor: add data command 2011-12-21 12:21:29 +01:00
Houtan Bastani 29bead75c9 preprocessor: add set_time command 2011-12-21 12:21:29 +01:00
Marco Ratto 4b9b90f1bb Replace waitbar by dyn_waitbar. 2011-12-20 16:59:44 +01:00
Stéphane Adjemian (Charybdis) 744f3fd41b Added Stochastic Extended Path method (SEP). 2011-12-19 18:04:54 +01:00