Expand description
Sampling utilities for common statistical operations
Functionsยง
- bootstrap_
indices - Sample indices for bootstrapping (sampling with replacement)
- random_
exponential - Sample from an exponential distribution
- random_
floats - Generate an array of random floating-point values in a range
- random_
integers - Generate an array of random integers in a range
- random_
lognormal - Sample from a log-normal distribution
- random_
normal - Sample from a normal distribution with given mean and standard deviation
- random_
standard_ normal - Sample from a standard normal distribution (mean 0, std dev 1)
- random_
uniform01 - Sample uniformly from [0, 1)
- sample_
without_ replacement - Sample indices without replacement (for random subsampling)