Bug fix. Changed the call to the particle filter routine.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3139 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-11-08 13:47:12 +00:00
parent 2063c0944f
commit facc7311a8
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
rfm.measurement.H = H;
number_of_particles = 10;
LIK = gaussian_particle_filter(rfm,Y);
LIK = monte_carlo_gaussian_particle_filter(rfm,Y);
% ------------------------------------------------------------------------------