Commit Graph

2283 Commits (e4c803d0db09bb0a78d1593330db18a89a23aab6)

Author SHA1 Message Date
Michel Juillard e4c803d0db fixed issues with estimation of non-stationary models. Option lik_init=2
is contradictory with diffuse_filter or unit_root_variables
declaration. Models with non-stationary variables, but only stationary
observed variables need diffuse_filter option and make a useless call
to kalman_filter_d (this seems better than trying to distinguish these
rare cases)
2011-11-21 12:39:02 +01:00
Michel Juillard 40cc11385a added an error if periods in conditional_variance_decomposition option
are not strictly positive.
2011-11-20 15:13:05 +01:00
Michel Juillard 074515bfc2 fixed bug in drawing of prior densities (It must always return
'steps' values)
2011-11-19 21:14:43 +01:00
Michel Juillard b58eaa8e2b introducing new test for 0/0 case in mjdgges 2011-11-18 22:12:36 +01:00
Michel Juillard 1cd827b5ad removed faulty test for small elements on the diagonal of ss and tt 2011-11-18 18:44:05 +01:00
Stéphane Adjemian (Charybdis) ef1cf5f062 Merge remote-tracking branch 'marco/master' 2011-11-17 12:33:28 +01:00
Sébastien Villemot 4a33af5a80 Added missing copyright header 2011-11-16 11:13:55 +01:00
Michel Juillard e1856be59b fixing problems for computing steady state in ramsey policy 2011-11-14 21:59:39 +01:00
Michel Juillard 7af760db32 ms-sbvar: converted CR/LF to Unix new line files in ./matlab/ms-sbvar/cstz 2011-11-14 21:59:39 +01:00
Stéphane Adjemian (Charybdis) 12003fbdab Do not show plots of the smoothed variables, shocks and errors if nograph option is used. Note that with this option the plot are done behind the scene and saved in fig, eps and pdf format (see trac#216). 2011-11-14 18:30:45 +01:00
Stéphane Adjemian (Charybdis) bcf7e88217 Do not plot the priors if option nograph is used. 2011-11-14 17:56:27 +01:00
Stéphane Adjemian (Charybdis) 30ed317d26 Cosmetic change in unitary test. 2011-11-14 12:08:21 +01:00
Stéphane Adjemian (Charybdis) 2e01bb13fe Cosmetic change. 2011-11-14 12:04:45 +01:00
Stéphane Adjemian (Charybdis) 418382b364 Fixed bug (trac#225). Added texinfo header and unitary test. 2011-11-14 12:04:23 +01:00
Michel Juillard 91dab8751e ms-sbvar: adding display of Fhat 2011-11-07 15:47:16 +01:00
Marco Ratto 9d5953403e allow tighter tolerance in htol if requested by the user. 2011-11-07 09:21:36 +01:00
Marco Ratto 3d2e55274d bug fix + inclusion of prior derivatives in analytic computations. 2011-11-07 09:19:36 +01:00
Marco Ratto 9d2e153ef2 bug fixes in analytic likelihood scores. 2011-11-07 09:18:26 +01:00
Marco Ratto 434157f611 errors fixed in 2nd order derivatives 2011-11-07 09:17:56 +01:00
Marco Ratto bd26eb2251 provisions for analytic 1st and 2nd derivatives 2011-11-07 09:17:38 +01:00
Marco Ratto 4acd50bdaf When using steady state in the old format, M_ should be updated beforehand. 2011-11-07 09:14:26 +01:00
Marco Ratto 5bb2b2faad Fixed call to mode_check 2011-11-07 09:12:54 +01:00
Marco Ratto 9be0749e1c small bug fix 2011-11-05 11:09:10 +01:00
Marco Ratto 9ebb86784d Extension to full Hessian (partial commit, to be debugged). 2011-11-05 11:08:00 +01:00
Marco Ratto 7517b51630 Added scores and likelihood as optional output arguments 2011-11-05 11:05:10 +01:00
Marco Ratto db61c7c144 Extended for second order derivatives and full Hessian. 2011-11-05 11:04:08 +01:00
Marco Ratto 8313b158b6 Aligned with DsgeLikelihood.m,
manual cherry-picks from

30afa5f415
2011-11-05 11:02:05 +01:00
Marco Ratto 6b2cee2017 Added analytic derivatives for prior distributions. 2011-11-05 10:32:37 +01:00
Michel Juillard 6eb16f06f5 fixed bug for measurement errors returned by smoother 2011-11-04 21:15:47 +01:00
Marco Ratto 8612c7258b Re-introduced a small selection of variables to save. 2011-11-04 09:23:10 +01:00
Michel Juillard d6cff06535 improving data reading function to avoid name conflicts 2011-11-03 10:18:39 +01:00
Michel Juillard f0efbee26d adding short circuit operator 2011-11-02 18:34:53 +01:00
Michel Juillard b4e7e55031 fixing bug with univariate filter 2011-11-02 17:54:48 +01:00
Michel Juillard b5ae8356a9 fixing bug for plots of measurement errors 2011-11-02 15:49:02 +01:00
Michel Juillard 0b0c939849 fixing bug with smoother with univariate filters 2011-11-02 14:02:12 +01:00
Michel Juillard 9d91625c10 fixing bug related to measurement errors 2011-11-02 11:10:58 +01:00
Michel Juillard 9ac3e7a582 fixing bug when estimating models with a steady state different from
zero. Introduced in commit bd00dc11d8
2011-11-01 18:23:12 +01:00
Michel Juillard 02b86795b2 corrected bug linked to new handling of datasets 2011-11-01 16:44:31 +01:00
Michel Juillard d14d0f8b45 initialazing bayestopt_ 2011-10-31 18:26:53 +01:00
Michel Juillard 5ee1b1e25d fixing bug with missing data 2011-10-31 13:46:11 +01:00
Ferhat Mihoubi d6ce82cda8 Considers exogenous variables with leads or lags in the evaluation of the dynamic model 2011-10-28 22:47:37 +02:00
Ferhat Mihoubi 01ef553956 Correction of bugs in the Jacobian matrix for the a purely backward looking non recursive block 2011-10-28 22:45:07 +02:00
Ferhat Mihoubi af65943f6f A last argument (the number of observed variables which are not state variables) is needed in block_kalman_filter 2011-10-28 22:36:40 +02:00
Ferhat Mihoubi d16caeebf0 "M_" global variable is replaced by the "Model" input argument in block_kalman_filter call 2011-10-28 22:34:52 +02:00
Ferhat Mihoubi 5666c5b166 A purely forward block containing several non recursive equations is coded 7 (not 6) 2011-10-28 22:31:49 +02:00
Ferhat Mihoubi 1b35d574d0 minor corrections related to mf replaced by Z (index of observable variables in the transition matrix) 2011-10-28 22:29:54 +02:00
Ferhat Mihoubi 0096c7575a In a block decomposed model the variables are not stored in the usual order 2011-10-28 22:27:15 +02:00
Michel Juillard 73de37e7e3 fixing bug in forecast HPD interval 2011-10-27 22:08:10 +02:00
Michel Juillard d1cb9fd0a8 fixed recent bug in resid when there is no steadystate file 2011-10-27 22:08:10 +02:00
Sébastien Villemot ac4f774d38 Merge remote-tracking branch 'ratto/master' 2011-10-27 18:12:38 +02:00