Compute a sum of absolute values incrementally, ignoring NaN values.
-
Updated
May 26, 2026 - JavaScript
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute the arithmetic mean of absolute values for all iterated values.
Compute moving minimum and maximum absolute values incrementally.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Create an iterator which iteratively computes a moving minimum absolute value.
Compute an arithmetic mean of squared absolute values incrementally.
Compute a moving maximum absolute value incrementally.
Compute a sum of absolute values incrementally.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Create an iterator which iteratively computes a moving maximum absolute value.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
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.
Compute the absolute value.
Create an iterator which iteratively computes a moving sum of absolute values.
Add a description, image, and links to the magnitude topic page so that developers can more easily learn about it.
To associate your repository with the magnitude topic, visit your repo's landing page and select "manage topics."