Compute the arithmetic mean of absolute values for all iterated values.
-
Updated
Nov 1, 2024 - JavaScript
Compute the arithmetic mean of absolute values for all iterated values.
Compute moving minimum and maximum absolute values incrementally.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Create an iterator which iteratively computes a moving maximum absolute value.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute an arithmetic mean of squared absolute values incrementally.
Compute a sum of absolute values incrementally.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Compute a moving maximum absolute value incrementally.
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.
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
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 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."