Go to file
Johannes Pfeifer 115b16236b Fix bug in dsge_likelihood for univariate_kalman_filter
ÿÿÿ

Lines 399-418 set the measurement covariance matrix and save it to H1.
If it is diagonal, it is not recomputed again as
correlated_errors_have_been_checked is 0. In that case, lines 654-675
are not entered and univariate_kalman_filter tries to use the old H, but
it was named H1 before, leading to a crash. Changing the name of the
matrix H in lines 654-682 to H1 assures that univariate_kalman_filter
uses the correctly updated matrix of the
~correlated_errors_have_been_checked and the previously computed H1 in
the other cases.
2013-05-17 23:54:17 +02:00
contrib/ms-sbvar submodule update 2012-08-21 08:55:25 -04:00
doc Make manual on drop-option more explicit 2013-05-14 11:29:12 +02:00
dynare++ fix typo 2013-04-23 14:32:39 +02:00
examples Adds mod-file of a well-documented non-linear New Keynesian model with 2013-04-27 21:12:50 +02:00
m4 Provisions for MATLAB 8.1 (R2013a) 2013-03-21 18:26:04 +01:00
matlab Fix bug in dsge_likelihood for univariate_kalman_filter 2013-05-17 23:54:17 +02:00
mex Bug fix in steady state solver 2013-04-19 18:01:19 +02:00
osx the last 32bit release of matlab for osx was 7.11 (R2010b) 2013-04-18 11:12:33 +02:00
preprocessor Add new model option 'differentiate_forward_vars' (ref. #351) 2013-04-25 18:09:31 +02:00
scripts script to find differences in matlab functions between one commit and another. Fixes ticket 228 2012-06-11 12:27:40 +02:00
tests -) fixed bug introduced in commit 66527df; 2013-04-30 11:41:13 +02:00
windows Provisions for MATLAB 8.1 (R2013a) 2013-03-21 18:26:04 +01:00
.gitignore Fix .gitgnore w.r.t. matlab/missing 2013-03-25 12:58:35 +01:00
.gitmodules Add TZcode submodule to repository 2012-04-19 12:27:39 +02:00
Makefile.am Use MatIO in Dynare++ instead of the home-made engine 2012-08-23 18:31:07 +02:00
NEWS Release notes for Dynare 4.3.3 2013-04-12 11:46:03 +02:00
configure.ac fix dynare++ build on OS X 2013-04-23 14:32:39 +02:00
license.txt add strjoin to missing 2013-04-04 11:35:45 +02:00