Updated 6 months ago

@stdlib/stats-incr-mmaape • Rank 5.2 • Science 67%

Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.

Updated 6 months ago

@stdlib/blas-ext-base-gasumpw • Rank 3.8 • Science 57%

Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.

Updated 6 months ago

@stdlib/blas-ext-base-sasumpw • Rank 3.3 • Science 57%

Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.

Updated 6 months ago

@stdlib/math-base-special-abs2 • Rank 8.1 • Science 44%

Compute the squared absolute value of a double-precision floating-point number.

Updated 6 months ago

@stdlib/stats-base-sminabs • Rank 4.8 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/blas-ext-base-dnanasumors • Rank 4.5 • Science 44%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-base-special-cabsf • Rank 4.2 • Science 44%

Compute the absolute value of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/math-strided-special-dabs2 • Rank 4.2 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/stats-base-dcuminabs • Rank 3.9 • Science 44%

Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-smaxabs • Rank 3.7 • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-dnanmaxabs • Rank 3.7 • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmaxabs • Rank 3.6 • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dnanminabs • Rank 3.4 • Science 44%

Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/math-strided-special-smskabs2 • Rank 3.3 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-scuminabs • Rank 3.3 • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-snanminabs • Rank 3.2 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dcumaxabs • Rank 3.1 • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-dminabs • Rank 3.0 • Science 44%

Calculate the minimum absolute value of a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-scumaxabs • Rank 3.0 • Science 44%

Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/blas-ext-base-dnanasum • Rank 3.0 • Science 44%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs • Rank 3.0 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-abs2 • Rank 3.0 • Science 44%

Create an iterator which computes the squared absolute value of each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-smskabs • Rank 2.9 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/stats-base-dmaxabssorted • Rank 2.9 • Science 44%

Calculate the maximum absolute value of a sorted double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-abs2-by • Rank 2.9 • Science 44%

Compute the squared absolute value of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-base-special-cabs2f • Rank 2.8 • Science 44%

Compute the squared absolute value of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs2 • Rank 2.8 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/stats-base-smaxabssorted • Rank 2.6 • Science 44%

Calculate the maximum absolute value of a sorted single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-dmaxabs • Rank 2.6 • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-iter-special-abs • Rank 2.5 • Science 44%

Create an iterator which computes the absolute value of each iterated value.

Updated 6 months ago

@stdlib/stats-iter-mmeanabs2 • Rank 2.4 • Science 44%

Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.

Updated 6 months ago

math-base-special-absf • Rank 0.7 • Science 44%

Compute the absolute value of a single-precision floating-point number.