In resampling.rs there are no tests for StratifiedResampling or MultinomialResampling. This task requires a reasonable amount of work, but is straightforward.
Checks could include, for example:
- Check that the outputs are
usize
- Similar correctness tests as for
SystematicResampling
In
resampling.rsthere are no tests forStratifiedResamplingorMultinomialResampling. This task requires a reasonable amount of work, but is straightforward.Checks could include, for example:
usizeSystematicResampling