@stdlib/stats-incr-nansumabs
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute the absolute value of a double-precision floating-point number.
Compute the squared absolute value of a double-precision floating-point number.
Compute the squared absolute value of a single-precision floating-point number.
Compute the absolute value of a single-precision floating-point number.
Compute the absolute value of a double-precision complex floating-point number.
Compute the absolute value of a single-precision complex floating-point number.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Compute the absolute value for each element in a single-precision floating-point strided array.
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the absolute value for each element in a double-precision floating-point strided array.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the sum of absolute values (L1 norm).
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.
Find the index of the first element having the maximum absolute value.