Updated 10 months ago

array-base-mskunary4d • Rank 0.0 • Science 44%

Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

napi-argv-strided-complex128array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.

Updated 10 months ago

napi-argv-strided-uint32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 32-bit integer array.

Updated 10 months ago

math-iter-ops-multiply • Rank 0.0 • Science 44%

Create an iterator which performs element-wise multiplication of two or more iterators.

Updated 10 months ago

utils-every-by • Rank 0.0 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 10 months ago

stats-base-nanmeanors • Rank 0.0 • Science 44%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

array-base-mskbinary2d • Rank 0.0 • Science 44%

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.

Updated 10 months ago

@stdlib/blas-base-dsdot • Rank 4.3 • Science 39%

Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.

Updated 10 months ago

@stdlib/blas-ext-base-dcusumpw • Rank 4.0 • Science 39%

Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.

Updated 10 months ago

@stdlib/blas-ext-base-dasumpw • Rank 3.8 • Science 39%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

Updated 10 months ago

@stdlib/object-assign • Rank 9.8 • Science 26%

Copy enumerable own properties from one or more source objects to a target object.

Updated 10 months ago

@stdlib/number-float64-base-to-int64-bytes • Rank 9.1 • Science 26%

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

Updated 10 months ago

@stdlib/random-array-discrete-uniform • Rank 8.4 • Science 26%

Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.

Updated 10 months ago

@stdlib/iter-map • Rank 5.2 • Science 26%

Create an iterator which invokes a function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-expit • Rank 4.1 • Science 26%

Create an iterator which evaluates the standard logistic function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-rad2deg • Rank 4.0 • Science 26%

Create an iterator which converts an angle from radians to degrees for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-rsqrt • Rank 3.9 • Science 26%

Create an iterator which computes the reciprocal (inverse) square root of each iterated value.

Updated 10 months ago

@stdlib/ndarray-base-napi-dtype-string-to-dtype • Rank 3.8 • Science 26%

C API for returning the ndarray data type corresponding to a data type string.

Updated 10 months ago

@stdlib/stats-base-dmskmin • Rank 3.7 • Science 26%

Calculate the minimum value of a double-precision floating-point strided array according to a mask.

Updated 10 months ago

@stdlib/stats-iter-cumeanabs2 • Rank 3.6 • Science 26%

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Updated 10 months ago

@stdlib/time-minutes-in-year • Rank 3.4 • Science 26%

Determine the number of minutes in a year according to the Gregorian calendar.

Updated 10 months ago

@stdlib/math-strided-special-srsqrt • Rank 3.4 • Science 26%

Compute the reciprocal square root for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-iter-special-inv • Rank 3.3 • Science 26%

Create an iterator which computes the multiplicative inverse of each iterated value.

Updated 10 months ago

@stdlib/blas-ext-base-dapxsumors • Rank 3.1 • Science 26%

Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-strided-special-sinv • Rank 3.0 • Science 26%

Compute the multiplicative inverse for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/iter-head • Rank 3.0 • Science 26%

Create an iterator which returns the first `n` values of a provided iterator.

Updated 10 months ago

@stdlib/assert-is-float64matrix-like • Rank 2.8 • Science 26%

Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 10 months ago

@stdlib/iter-replicate • Rank 2.7 • Science 26%

Create an iterator which replicates each iterated value a specified number of times.

Updated 10 months ago

@stdlib/utils-async-series-waterfall • Rank 2.6 • Science 26%

Execute functions in series, passing the results of one function as arguments to the next function.

Updated 10 months ago

@stdlib/utils-map3d • Rank 2.5 • Science 26%

Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.

Updated 10 months ago

@stdlib/string-base-for-each-right • Rank 2.1 • Science 26%

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Updated 10 months ago

console-log-each • Rank 0.7 • Science 26%

Insert array element values into a format string and print the result.

Updated 10 months ago

ndarray-base-empty • Rank 0.0 • Science 26%

Create an uninitialized ndarray having a specified shape and data type.

Updated 10 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 10 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 10 months ago

blas-ext-base-ndarray-glast-index-of • Science 26%

Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻

Updated 10 months ago

@stdlib/math-base-special-acotd • Science 44%

Compute the arccotangent (in degrees) of a double-precision floating-point number.

Updated 10 months ago

math-base-special-wrapf • Science 26%

The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊

Updated 10 months ago

stats-strided-smskmax • Science 44%

Calculate the maximum value of a single-precision floating-point strided array according to a mask.

Updated 10 months ago

math-base-special-cinvf • Science 26%

The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊

Updated 10 months ago

stats-array-nanvariancewd • Science 57%

Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.

Updated 10 months ago

@stdlib/utils-none-own-by • Science 44%

Tests whether every own property of an object fails a test implemented by a predicate function.

Updated 10 months ago

stats-strided-dmeanli • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

blas-ext-base-gindex-of • Science 44%

Return the first index of a specified search element in a strided array.

Updated 10 months ago

array-base-zip2object • Science 44%

Create an object from a provided list of properties and a provided list of corresponding values.

Updated 10 months ago

math-base-special-csignumf • Science 44%

Evaluate the signum function of a single-precision complex floating-point number.

Updated 10 months ago

ndarray-base-min-signed-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided signed integer value.

Updated 10 months ago

math-base-special-sqrtpif • Science 44%

Compute the principal square root of the product of π and a positive single-precision floating-point number.