A quick way to get started with ABS Census 2016 data
-
Updated
Mar 31, 2024 - JavaScript
A quick way to get started with ABS Census 2016 data
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Compute a sum of absolute values incrementally, ignoring NaN 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.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the minimum absolute value of a single-precision floating-point strided array.
Compute moving minimum and maximum absolute values incrementally.
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
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.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Create an iterator which iteratively computes a moving minimum absolute value.
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.
Add a description, image, and links to the abs topic page so that developers can more easily learn about it.
To associate your repository with the abs topic, visit your repo's landing page and select "manage topics."