resample {pomp} | R Documentation |
Systematic resampling.
systematic_resample(weights, Np = length(weights))
weights |
numeric; vector of weights. |
Np |
integer scalar; number of samples to draw. |
A vector of integers containing the indices of the resample.