compute-nanmax
Computes the maximum value of an array ignoring non-numeric values.
Computes the maximum value of an array ignoring non-numeric values.
Computes the median of an array ignoring non-numeric values.
Computes the minimum value of an array ignoring non-numeric values.
Computes the sum of an array ignoring non-numeric values.
Computes the sample variance over an array of values ignoring any values which are not numeric.
Computes an element-wise comparison (not equal) of an array.
Computes the product.
Round values to the nearest multiple of 10^n.
Shuffles array elements in place.
Signum function.
Computes the trimean of a numeric array.
Computes the Tversky index between two sequences.
Computes an element-wise principal square root.
Computes the upper interquartile mean (upper midmean) of a numeric array.
Unzips a zipped array (i.e., a nested array of tuples).
Computes a weighted mean over an array of values.
Computes an element-wise comparison (less than) of an array.
Computes the maximum value of a numeric array.
Computes the midhinge of a numeric array.
Computes a moving maximum over a numeric array.