Adds 'smart plugin' support to your base application.
Laplace distribution skewness.
Replace elements of an array with provided values according to a provided mask array.
Lévy distribution probability density function (PDF).
A type checking library where each exported function returns either true or false and does not throw. Also added tests.
Return the index of the last element which equals a provided search element.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using an improved Kahan-Babuška algorithm.
Define a non-enumerable property.
Convert an array to an array of a different data type.
Compute the half-value coversed sine.
Determine the minimum array data type for storing a provided unsigned integer value.
Calculate the minimum value of a strided array.
Return a constructor for creating a two-sample Z-test results object.
Bernoulli distribution cumulative distribution function (CDF).
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
Rayleigh distribution expected value.
Is this value a Node.js version?
Compute the sum of three double-precision floating-point numbers.
Fréchet distribution quantile function.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.
Check if the runtime is Electron.
Broadcast ndarrays to a common shape.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.