compute-nanmedian
Computes the median 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 an element-wise comparison (not equal) of an array.
Computes the product.
Signum function.
Computes the trimean of a numeric array.
Computes an element-wise principal square root.
Computes the upper interquartile mean (upper midmean) of a numeric array.
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.
Computes the product of an array ignoring any non-numeric values.
Computes quantiles for an array ignoring non-numeric values.
Computes the arithmetic range of an array ignoring non-numeric values.
Computes the Euclidean distance between two arrays.
Computes the Manhattan (city block) distance between two arrays.
Computes the Chebyshev distance between two arrays.
Segments an array into chunks.