minor modification in the call of the smooth resampling procedure

time-shift
Frédéric Karamé 2013-01-28 14:50:49 +01:00
parent fefb3528c4
commit d440767b03
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ switch DynareOptions.particle.resampling.method1
error('particle::resample: Unknown method!')
end
case 'smooth'
resampled_particles = multivariate_smooth_resampling2(particles,weights,DynareOptions.particle.resampling.number_of_partitions) ;
resampled_particles = multivariate_smooth_resampling(particles,weights) ;
otherwise
error('particle::resample: Unknown method!')
end
end