@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
Create an iterator which iteratively computes a cumulative sum.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute a moving residual sum of squares (RSS) incrementally.
Compute a moving sum of products incrementally.
Compute a count incrementally, ignoring NaN values.
Compute a sum incrementally, ignoring NaN values.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a moving sum incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.
Generate a frequency table according to an indicator function.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.