|
fspan |
Creates an array of evenly-spaced floating point numbers.
|
|
generate_sample_indices |
Generate indices (subscripts) for resampling: with and without replacement.
|
|
generate_unique_indices |
Generate unique random indices (subscripts).
|
|
ispan |
Creates an array of equally-spaced integer, long, or int64 values.
|
|
nice_mnmxintvl |
Calculates "nice" values for endpoints and spacing to be used for creating a series of equally-spaced levels through the data domain.
|
|
venn2_difference |
Returns the unique element symmetric differences between two arrays.
|
|
venn2_intersection |
Returns the unique element intersection (ie., common values) between two arrays.
|
|
venn2_union |
Returns the unique element union of two arrays.
|