Package-level declarations
Types
Represents a general mechanism for setting and getting the parameters of a function via an array of doubles
Functions
Permutes the array in place. The array is changed.
Returns an array that holds a sample from each individual random variable in the collection.
Returns an array that holds a sample from each individual random variable in the list.
Randomly samples an element from the array.
Returns an array that holds a sample of size sampleSize from each individual random variable in the collection.
Returns a matrix that holds a sample of size sampleSize from each individual random variable in the list.
Randomly samples an element from the list.
Randomly samples sampleSize elements from the array, returning a new MutableList holding the same type. For now, caller can use toTypedArray() on the mutable list to get back an array at the call site.
Randomly samples sampleSize elements from the array, returning a new array
Randomly samples sampleSize elements from the list, returning a new list The elements in the list may repeat (sampling with replacement)