compute-sum
Computes the sum.
Computes the sum.
Computes the cumulative minimum of a numeric array.
Computes an element-wise addition.
Computes the minimum value of a numeric array and returns the corresponding array indices.
Computes an element-wise division.
Provides a method to compute a sample standard deviation incrementally.
Provides a method to compute a sample variance incrementally.
Computes the interdecile range of an array of values.
Generates an array of linearly spaced dates using a provided increment.
Provides a method to compute an arithmetic mean incrementally.
Provides a method to compute a moving sum incrementally.
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 Lp norm of an array of values.
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.
Reverse an array.
Computes the quadratic mean (root mean square) of an array of values ignoring any values which are not numeric.