sampling-0.3.2: Sample values from collections.
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.
Modules
- Numeric