@stdlib/utils-group-by
Group values according to an indicator function.
Group values according to an indicator function.
Group an object's own and inherited property values according to an indicator function.
Group an object's own property values according to an indicator function.
Return an array of an object's inherited writable property names.
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a strided array.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Statistical function iterators.
Create an iterator which iteratively computes a cumulative geometric mean.
Create an iterator which iteratively computes a cumulative harmonic mean.
Create an iterator which iteratively computes a cumulative maximum value.
Create an iterator which iteratively computes a cumulative maximum absolute value.