DUniform List
Constructors
Properties
If true, the stream will automatically participate in having its stream advanced to the next sub-stream via stream managers
Tells the stream to start producing antithetic variates
Returns an element randomly selected from the list
If true, the stream will automatically participate in having its stream reset to its start stream via stream managers
the underlying stream of random numbers
Functions
Positions the RNG at the beginning of its next substream
Returns true if and only if all cells in the list are available.
Converts the MCB interval data to a data frame
Converts the MCB result data to a data frame
Converts the MCB interval data to a data frame
Converts the observation data to a data frame
Converts the statistic data to a data frame
Filters the list such that the returned list has resources that have units available for allocation. The returned list may be empty which indicates that there are no resources in the list that have available units.
Returns the cumulative distribution probabilities as an array
Computes and assigns the distance to the provided location from the current location of the resource for each resource. The distance is assigned to the resource's sectionCriteria attribute. This mutates elements of the list.
Returns the index associated with the minimum element in the list For ties, this returns the first found.
Returns the total number of available cells within the list. The count is regardless of the sequential nature of the cells. That is, regardless of whether intermediate cells are not available. This is simply the total number available.
Returns the total number of units that are available within the resources contained in the list.
Converts the list of strings to Doubles
Permutes the array in place. The array is changed.
Returns the probabilities as an array
The resetStartStream method will position the RNG at the beginning of its stream. This is the same location in the stream as assigned when the RNG was created and initialized.
Resets the position of the RNG at the start of the current substream
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.
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 list, returning a new list The elements in the list may repeat (sampling with replacement)
Returns a statistic that summarizes the data in the collection.
Turns the list of design points into a data frame. The columns of the data frame are the factor names and the rows are the design points values.
For compatibility purposes converts the list of CSV records to a list of string arrays
Converts any null values to replaceNull. For List
Converts any null values to replaceNull. For List
Converts any null values to replaceNull. For List
Assigns the stream associated with the supplied number from the default RNStreamProvider
Returns the values as an array