compute-datespace
Generates an array of linearly spaced dates.
Generates an array of linearly spaced dates.
Computes the differences between adjacent elements in an array of values.
Computes an element-wise comparison (equality) of an array.
Provides a method to compute a moving sample variance incrementally.
Generates a linearly spaced numeric array using a provided increment.
Provides a method to compute a sum incrementally.
Computes an element-wise comparison (greater than or equal to) of an array.
Computes an element-wise comparison (greater than) of an array.
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 L1 norm (Manhattan norm) of an array of values.
Computes an element-wise comparison (less than or equal to) of an array.
Computes the infinity norm (Chebyshev/supremum norm) of an array of values.
Computes the lower interquartile mean (lower midmean) of a numeric array.
Computes the mid-range of a numeric array.
Computes a trimmed midrange of a numeric array