aggregate
Tools for creating and working with aggregate probability distributions.
tstoolbox
Command line script and Python library to work with time-series data.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
@stdlib/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
@stdlib/utils-bifurcate-by
Split values into two groups according to a predicate function.
@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
https://github.com/bioatmosphere/abm
Aggregate-based model (ABM) of soil systems comprising soil aggregates as biogeochemical reactors of different sizes
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.