VectorSample Method |
Name | Description | |
---|---|---|
Sample(Byte) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Decimal) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Double) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int16) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int32) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int64) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(SByte) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Single) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(UInt16) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(UInt64) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Double, Byte) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Decimal) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Double) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int16) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int32) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int64) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, SByte) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Single) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, UInt16) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, UInt64) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Int32, Byte) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Decimal) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Double) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int16) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int32) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int64) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, SByte) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Single) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, UInt16) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, UInt64) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
SampleT(T, Int32) |
Draws a random sample from a group of observations, without repetitions.
|