Code covered by the BSD License  

Highlights from
Resampling methods for particle filtering

image thumbnail
from Resampling methods for particle filtering by Jose-Luis Blanco
Implementation of four resampling methods (Multinomial, Residual, Stratified, and Systematic)

countPathHypotheses(x)
function N = countPathHypotheses(x)

N = size(unique(x(:,4:6),'rows'),1);


Contact us at files@mathworks.com