jelfring / particle-filter-tutorial

MIT License
117 stars 30 forks source link

Possible bug in compute_required_number_of_particles_kld #4

Closed bucurb closed 3 years ago

bucurb commented 3 years ago

the code of compute_required_number_of_particles_kld takes the square root from upper_quantile as well. The original paper does not do that.

jelfring commented 3 years ago

Thanks for reporting. Your are right, the equation has been corrected.