Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Chi distribution mode.
Calculate the maximum value of a strided array according to a mask.
Left pad a string to align with the longest string in an array
Evaluate a Lucas polynomial.
Degenerate distribution.
Yjs encoding protocols
Get the average value in an array
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Evaluate the identity function for a double-precision complex floating-point number.
Return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.
Apply a mask to one or more provided input arrays in a single pass.
Gumbel distribution mean.
Logistic distribution variance.
Provides scaffolding for controllers as well a communication system for all controllers
Convert a Node-API value representing a two-dimensional strided array to a single-precision floating-point array.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Invoke a callback function once for each element in an ndarray.
Test if two single-precision floating-point numbers are the same value.
Parse and stringify JSON with comments. It will retain comments even after saved!
Group element indices according to an indicator function.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.