Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
Reuse typed arrays
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Weibull distribution logarithm of cumulative distribution function (CDF).
Weibull distribution variance.
Generate markdown table from array of objects
Convert a strided array to a five-dimensional nested array.
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.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Get the Smallest and Largest Possible Numbers for a Typed Array
- For arrays: https://github.com/stream-utils/stream-to-array - For strings: https://github.com/stream-utils/raw-body
a map from arrays of values to values
Compute the arctangent of each element retrieved from an input strided array via a callback function.
### FlatfileRecord
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Add two single-precision complex floating-point numbers.
Split array element indices into two groups.
Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.
Binomial distribution median.
Bruno query with deep navigation, filter and map support
Cauchy distribution natural logarithm of cumulative distribution function (CDF).
Array#filter() with also detecting indexes of filtered values
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.