compute-argnanmax
Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.
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.
Generates a linearly spaced numeric array using a provided increment.
Computes an element-wise comparison (greater than or equal to) of an array.
Computes an element-wise comparison (greater than) of an array.
Computes for each array element whether an element is a finite number.
Computes for each array element whether an element is NaN.
Computes an element-wise comparison (less than or equal to) of an array.
Computes the minimum value of an array.
Computes a moving arithmetic mean over an array.
Computes a moving minimum over a numeric array.
Computes a moving product over an array.
Computes a moving sample standard deviation over a numeric array.
Computes a moving sum over an array.
Computes a moving sample variance over a numeric array.
Computes the maximum value of an array ignoring non-numeric values.