* Added files for extended path simulations.

* Removed seed from gaussian_particle_filter.


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3118 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-11-03 12:27:22 +00:00
parent 3edf964685
commit b6d5369421
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ sqrtP = V*sqrt(D)*V';
dim_var = qq + mm ;
switch method
case 'mc'
seed = [ 362436069 ; 521288629 ];
randn('state',seed);
%seed = [ 362436069 ; 521288629 ];
%randn('state',seed);
nodes = randn(number_of_particles,dim_var) ;
weights = 1/number_of_particles ;
nb_grid = number_of_particles ;