That is good insight. Thanks.
My next question has to do with programming Particle filters.
The command filter_algorithm=sis
is the sequential importance sampling. However, by adding
resampling=systematic or generic
Doe this make the particle filter the sequential importance resampling filter? It seems obvious, but the manual does not explicitly say this.
Does this option work with any of the other filters? It must not do anything to the APF
Lastly, the mode_compute=11
runs the on-line estimation. Does this option over ride the particle filters in the filter_algorithm=
command?