Auxillary particle filter --- number_of_state_variables is undefined
In particles/src/auxiliary_particle_filter.m
under specific options (options_.particle.pruning=1
, resampling
in estimation()
is systematic/generic
), a chunk of code is executed (lines 136--139), which has undefined variable (number_of_state_variables
--- at lines 137--138) and causes error.