JuliaPOMDP / ParticleFilters.jl

Simple particle filter implementation in Julia - works with POMDPs.jl models or others.
Other
45 stars 16 forks source link

SIR Particle filter misnamed? #22

Closed zsunberg closed 4 years ago

zsunberg commented 5 years ago

It seems that I may have misunderstood what is commonly meant by "SIR Particle Filter". It seems that most authors use SIR to refer to filters that use any proposal distribution while the SIRParticleFilter in this package always uses the transition probability distribution as the proposal distribution.

Perhaps BootstrapFilter would be better? It's hard to tell what people use.

Relevant sources to consult:

zsunberg commented 5 years ago

We should also check what Thrun calls it in Probabilistic Robotics