compute.io
Computation library.
Computation library.
Computes the sum.
Computes the cumulative minimum of a numeric array.
Computes the minimum value of a numeric array and returns the corresponding array indices.
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.
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 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.