Description
Sample values from collections.
Description
Basic sampling tools.
Exports variations on two simple functions for sampling from arbitrary Foldable collections:
sample, for sampling without replacementresample, 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.