compute-range
Computes the arithmetic range of an array.
Computes the arithmetic range of an array.
Computes the quadratic mean (root mean square) of an array of values ignoring any values which are not numeric.
Removes duplicate values from a numeric array.
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.
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.
Provides a method to compute a maximum value incrementally.
Provides a method to compute a minimum value incrementally.