Compute the sum along one or more ndarray dimensions.
Standard library aliases.
Count the number of falsy elements in an ndarray.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.
A base TSConfig for working with Strictest.
Stylable text tables, handling ansi colour. Useful for console output.
Return an element from an n-dimensional nested array.
Lévy distribution logarithm of probability density function (PDF).
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Fréchet distribution mode.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Compute the falling factorial.
Invoke a callback function once for each element in an ndarray.
Apply a mask to one or more provided input arrays in a single pass.
Compute the inverse hyperbolic cotangent.
Common symbols and type definitions shared across base LAPACK APIs.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Compute the range of absolute values of a one-dimensional single-precision floating-point ndarray.
Create an iterator which evaluates the exponential function.
Time in seconds since the epoch.
Take elements from an array and return a new array after applying a mapping function.
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
Beta prime distribution standard deviation.