diff --git a/debian/changelog b/debian/changelog index 56fd33ee9..b6e77aef9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dynare (4.0.0) UNRELEASED; urgency=low + + * First official release in the 4.0 series + * New functions {load,save}_params_and_steady_state + * Fixed bug with forecasting with exogenous deterministic variables + * BVAR à la Sims: + - no longer remove explosive models when drawing from the posterior + - forecasting now reports median path instead of mean path + * Fixed bug and improve performance in diffuse filter/smoother + * Fixed crash of estimation in some cases + + -- Sébastien Villemot Mon, 15 Sep 2008 11:15:20 +0200 + dynare (4.0~rc1) UNRELEASED; urgency=low * First release candidate for 4.0 series diff --git a/matlab/DiffuseLikelihood3_Z.m b/matlab/DiffuseLikelihood3_Z.m index fca44abb6..c570adf0f 100644 --- a/matlab/DiffuseLikelihood3_Z.m +++ b/matlab/DiffuseLikelihood3_Z.m @@ -1,6 +1,6 @@ function [LIK, lik] = DiffuseLikelihood3_Z(T,Z,R,Q,Pinf,Pstar,Y,start) -% function [LIK, lik] = DiffuseLikelihood3(T,R,Q,Pinf,Pstar,Y,start) +% function [LIK, lik] = DiffuseLikelihood3_Z(T,Z,R,Q,Pinf,Pstar,Y,start) % Computes the diffuse likelihood without measurement error, in the case of % a singular var-cov matrix. % Univariate treatment of multivariate time series.