Search results
127 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
- accumulate
- accumulator
- callback
- cb
- find
- for-in
- for-own
- has
- has-own
- hasOwn
- index
- iterate
- iterator
- javascript
- View more
Reduce an array of values via an asynchronous function.
Compute a sum incrementally.
A simple tool for calculating incremental stats on numeric streams. Forked from https://github.com/brycebaril/stats-incremental
Compute an arithmetic mean incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- incremental
- accumulator
Compute a moving arithmetic mean incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- incremental
- accumulator
- moving mean
- View more
Compute a corrected sample standard deviation incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- variance
- sample variance
- var
- dispersion
- standard deviation
- stdev
- corrected
- central tendency
- View more
A lightweight utility for Node.js projects that accumulates items into fixed-size batches (number-of-items wise), preserving insertion order. Streams items directly into batches at runtime, eliminating the overhead of post-processing a 1D array - a common
- accumulator
- batch
- chunk
- array-chunk
- fixed-chunks
- equal-length-chunks
- equal-length-batches
- accumulate
- batched-items
- batched-elements
- chunked-items
- chunked-elements
- fixed-batch
- fixed-size
- View more
Compute a minimum value incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- range
- extremes
- domain
- extent
- incremental
- accumulator
A nodejs client for metrics accumulator
Compute a moving sum incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- sum
- total
- incremental
- accumulator
- moving sum
- sliding window
- sliding
- window
Compute a maximum value incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- range
- extremes
- domain
- extent
- incremental
- accumulator
Compute a moving corrected sample standard deviation incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- variance
- sample
- sample variance
- stdev
- standard
- deviation
- corrected
- dispersion
- View more
accum - Simple write stream which accumulates or collects the data from a stream. Pipe your stream into this to get all the data as buffer, string, or raw array. (streams2)
Compute a moving minimum incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- extreme
- extent
- range
- incremental
- accumulator
- moving min
- View more
Compute a moving maximum incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- extreme
- extent
- range
- incremental
- accumulator
- moving max
- View more
Compute a product incrementally.
Compute a corrected sample excess kurtosis incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- kurtosis
- sample kurtosis
- shape
- kurt
- corrected
- incremental
- accumulator
Compute a mid-range incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- minimum
- min
- mid
- range
- mid-range
- mid-extreme
- View more
Compute a sum of squared absolute values incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- summation
- sum
- total
- incremental
- accumulator
- absolute
- value
- abs
- View more