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)

Gauss( x )
function [ g ] = Gauss( x )
g = exp(-(x.^2)); %./sqrt(2*pi);

Contact us at files@mathworks.com