The latest version of sampling is 0.3.5-0.

sampling

Version 0.3.0 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Sample values from collections.
Description

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.

Author
Jared Tobin
Bug reports
n/a
Category
Math
Copyright
n/a
Homepage
https://github.com/jtobin/sampling
Maintainer
jared@jtobin.ca
Package URL
n/a
Stability
n/a

Components