MIT licensed by Jared Tobin
Maintained by [email protected]
This version can be pinned in stack with:sampling-0.3.2@sha256:900a3a30a6b4a96869589dbffceb82251e8ffce6caff065bcfe664ae3c5faa7d,1665

Module documentation for 0.3.2

Basic sampling tools.

Exports variations on two simple functions for sampling from arbitrary Foldable collections:

  • sample, for sampling without replacement

  • resample, for sampling with replacement (i.e., a bootstrap)

Each variation can be prefixed with p to sample from a container of values weighted by probability.