Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Remove object keys that have empty values.
Serialize a two-sample Z-test results object as a formatted string.
Group element entries as arrays associated with distinct keys.
Add a scalar constant to each double-precision floating-point strided array element and compute the sum.
Logistic distribution logarithm of probability density function (PDF).
Calculate the cumulative sum of single-precision floating-point strided array elements.
Extremely fast function that checks if a plain object is empty.
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Gaussian filter for ndarrays
Compute a moving mean absolute percentage error (MAPE) incrementally.
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
Compute the sum of absolute values (L1 norm).
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Compute the half-value versed cosine.
Compute moving minimum and maximum absolute values incrementally.
Create a zero-filled four-dimensional nested array.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Truncate a string to a specified length.
A typescript implementation of Rust's Result and Option objects. (Forked)
Delete files or empty directories and their empty parents from bottom to up.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Bernoulli distribution median.