Create an iterator which iteratively computes a cumulative geometric mean.
-
Updated
Nov 1, 2024 - JavaScript
Create an iterator which iteratively computes a cumulative geometric mean.
Compute a geometric mean incrementally.
Compute a moving geometric mean incrementally.
Create an iterator which iteratively computes a moving product.
Compute a moving product incrementally.
Create an iterator which iteratively computes a cumulative product.
Compute a product incrementally.
Compute a sum of products incrementally.
Compute a moving sum of products incrementally.
Create an iterator which performs element-wise division of two or more iterators.
Create an iterator which performs element-wise multiplication of two or more iterators.
Element-wise multiplication of two strided arrays via a callback function.
Add a description, image, and links to the prod topic page so that developers can more easily learn about it.
To associate your repository with the prod topic, visit your repo's landing page and select "manage topics."