Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
-
Updated
Aug 18, 2025 - JavaScript
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Compute an arithmetic mean of squared 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.
Chi-squared distribution constructor.
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute the arithmetic mean of squared absolute values for all iterated values.
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Create an iterator which iteratively computes a moving sum of squared absolute values.
Add a description, image, and links to the squared topic page so that developers can more easily learn about it.
To associate your repository with the squared topic, visit your repo's landing page and select "manage topics."