compute-unique
Removes duplicate values from a numeric array.
Removes duplicate values from a numeric array.
Generates array tuples from input arrays.
Shifts array elements (or string characters) circularly.
Computes the cumulative maximum of a numeric array.
Computes the cumulative product of an array.
Computes the cross product between two numeric arrays.
Computes an element-wise absolute value.
Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.
Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.
Generates an array of linearly spaced dates.
Computes the differences between adjacent elements in an array of values.
Computes an element-wise comparison (equality) of an array.
Finds array elements which satisfy a test condition.
Provides a method to compute a moving sample variance incrementally.
Generates a linearly spaced numeric array using a provided increment.
Provides a method to compute a sum incrementally.
Computes an element-wise comparison (greater than or equal to) of an array.
Computes an element-wise comparison (greater than) of an array.
Computes the hypotenuse of a right triangle.
Provides a method to compute a maximum value incrementally.