Standard library aliases.
Compute the falling factorial.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Rayleigh distribution expected value.
Laplace distribution skewness.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Count the number of falsy elements in an ndarray.
Apply a mask to one or more provided input arrays in a single pass.
Time in seconds since the epoch.
Common symbols and type definitions shared across base LAPACK APIs.
Stylable text tables, handling ansi colour. Useful for console output.
Invoke a callback function once for each element in an ndarray.
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Compute the range of absolute values of a one-dimensional single-precision floating-point ndarray.
Take elements from an array and return a new array after applying a mapping function.
Chi distribution quantile function.
Calculate the L2-norm of a vector.
Laplace distribution median.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Create an iterator which evaluates the exponential function.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Beta prime distribution standard deviation.
Logistic distribution variance.