compute-nanmax
Computes the maximum value of an array ignoring non-numeric values.
Computes the maximum value of an array ignoring non-numeric values.
Computes the minimum value of an array ignoring non-numeric values.
A descriptive statistics library with optional handling of missing values
A lightweight JavaScript library for essential feature engineering tasks in machine learning. Provides utilities for normalization, standardization, one-hot encoding and missing value handling. Designed for simplicity and performance in both Node.js and b
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.