Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
React PureComponent implementation embracing Immutable.js
Consume an entire iterator and return the last iterated value.
Simple functional programming utility & Misc programming tool
Binomial distribution median.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Calculate the standard deviation of a strided array using Welford's algorithm.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
An easy-to-use wildcard globbing library.
A blazing fast memoization library that is tiny but feature-rich.
Standalone CSS Selector Finder and Parser.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Calculate the mid-range of a strided array according to a mask, ignoring NaN values.
Add two single-precision complex floating-point numbers.
Convert a strided array to a five-dimensional nested array.
Cauchy distribution natural logarithm of cumulative distribution function (CDF).
TypeScript definitions for text-table
Create an iterator which invokes a function for each iterated value.
Hypergeometric distribution variance.
Split array element indices into two groups.
Reuse typed arrays