compute-isinf
Computes for each array element whether an element is infinite.
Computes for each array element whether an element is infinite.
Computes for each array element whether an element is an integer.
Computes for each array element whether an element is numeric.
Computes the arithmetic mean over an array of values ignoring any values which are not numeric.
Computes the sample standard deviation over an array of values ignoring any values which are not numeric.
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.
Computes the cumulative maximum of a numeric array.
Computes the cumulative product of an array.
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.
Provides a method to compute a moving sample variance incrementally.
Provides a method to compute a sum incrementally.
Provides a method to compute a maximum value incrementally.
Provides a method to compute a minimum value incrementally.
Provides a method to compute a moving sample standard deviation incrementally.
Computes the cumulative sum of a numeric array.
Computes for each array element whether an element is a finite number.
Computes for each array element whether an element is NaN.
Computes the lower interquartile mean (lower midmean) of a numeric array.