Search
@stdlib/stats-incr-msum
Compute a moving sum incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-msum@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
sum
total
incremental
accumulator
moving sum
sliding window
sliding
window
moving
@stdlib/stats-incr-msumprod
Compute a moving sum of products incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-msumprod@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
sum
total
product
prod
dot
dot product
sum-product
incremental
accumulator
moving sum
sliding window
sliding
window
moving
@stdlib/stats-incr-msumabs
Compute a moving sum of absolute values incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-msumabs@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
sum
total
incremental
accumulator
moving sum
sliding window
sliding
window
moving
absolute
value
abs
math.abs
magnitude
@stdlib/stats-incr-msumabs2
Compute a moving sum of squared absolute values incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-msumabs2@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
sum
total
incremental
accumulator
moving sum
sliding window
sliding
window
moving
rolling
absolute
value
abs
abs2
math.abs
magnitude
squared
@stdlib/stats-iter-msum
Create an iterator which iteratively computes a moving sum.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-iter-msum@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
sum
summation
total
moving sum
sliding window
sliding
window
moving
iterator
iterable
iterate