Create an iterator which invokes a function for each iterated value.
Calculate the sum of strided array elements, ignoring NaN values.
delay the evaluation of a paramless async function and cache the result
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Convert a Node-API value to an unsigned 32-bit integer.
Test if a value is an array-like object containing only plain objects.
Compute an exponentially weighted standard deviation incrementally.
single-function form of node's Buffer.toString(utf8)
Compute the Bessel function of the second kind of order zero.
Kumaraswamy's double bounded distribution mode.
Calculate the variance of a strided array using Welford's algorithm.
Pareto (Type I) distribution differential entropy.
Compute a moving variance-to-mean ratio (VMR) incrementally.
Logistic distribution standard deviation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Compute the residual sum of squares of two double-precision floating-point strided arrays.
Kumaraswamy's double bounded distribution skewness.
The lodash method `_.isPlainObject` exported as a module.
Return the first index of a specified search element in a single-precision floating-point strided array.
Rayleigh distribution mode.
Erlang distribution variance.
Lévy distribution mode.
Tries to evaluate expressions and inline the result.
Calculate the maximum value of a strided array via a callback function.