A quick way to get started with ABS Census 2016 data
-
Updated
Jan 21, 2025 - JavaScript
A quick way to get started with ABS Census 2016 data
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
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.
Compute a sum of absolute values incrementally, ignoring NaN 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 minimum absolute value.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Compute a sample absolute Pearson product-moment correlation coefficient.
Calculate the maximum absolute value of a single-precision floating-point strided array.
Compute the arithmetic mean of absolute values for all iterated values.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Compute an arithmetic mean of squared absolute values incrementally.
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."