Updated 6 months ago

stats-array-nanstdevch • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.

Updated 6 months ago

stats-strided-nanminabs • Science 44%

Calculate the minimum absolute value of a strided array, ignoring NaN values.

Updated 6 months ago

array-base-broadcasted-binary5d • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

array-base-mskbinary5d • Science 44%

Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

blas-base-assert-is-matrix-orientation • Science 26%

Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊

Updated 6 months ago

stats-array-nanvariancetk • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 6 months ago

stats-array-variancepn • Science 44%

Calculate the variance of an array using the stats-array-variancepn library. Ideal for numerical and scientific computation in JavaScript. 🚀📊

Updated 6 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐

Updated 6 months ago

stats-array-nanmskrange • Science 44%

Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊

Updated 6 months ago

stats-strided-nanmax-by • Science 26%

This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊

Updated 6 months ago

@stdlib/array-base-where • Science 44%

Take elements from either one of two arrays depending on a condition.

Updated 6 months ago

stats-strided-dsmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

stats-strided-dnanstdev • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.

Updated 6 months ago

stats-strided-dnanstdevyc • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-strided-dnanstdevch • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

stats-strided-snanmin • Science 44%

Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/random-array-frechet • Science 44%

Create an array containing pseudorandom numbers drawn from a Fréchet distribution.

Updated 6 months ago

stats-strided-nanstdevyc • Science 26%

Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊

Updated 6 months ago

@stdlib/ndarray-base-assign • Science 44%

Assign elements in a input ndarray to elements in an output ndarray.

Updated 6 months ago

@stdlib/napi-argv-strided-uint32array • Science 44%

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

Updated 6 months ago

ndarray-includes • Science 44%

Test whether an ndarray contains a specified value along one or more dimensions.

Updated 6 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 6 months ago

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

Return the first index of a specified search element in a double-precision floating-point strided array.

Updated 6 months ago

stats-strided-wasm-dmeanwd • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

array-base-for-each • Science 44%

Invoke a callback function once for each array element.

Updated 6 months ago

stats-strided-dsnanmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Updated 6 months ago

stats-strided-meanors • Science 44%

Calculate the arithmetic mean of a strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/math-strided-special-asinh-by • Science 44%

Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

ndarray-base-unary-reduce-subarray • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 6 months ago

array-base-count-ifs • Science 44%

Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.

Updated 6 months ago

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.

Updated 6 months ago

@stdlib/array-base-mskunary3d • Science 44%

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.

Updated 6 months ago

@stdlib/blas-base-layout-str2enum • Science 44%

Return the enumeration constant associated with a BLAS memory layout string.

Updated 6 months ago

@stdlib/napi-argv-complex64array • Science 44%

Convert a Node-API value to a single-precision complex floating-point array.

Updated 6 months ago

@stdlib/napi-argv-int16array • Science 44%

Convert a Node-API value to a signed 16-bit integer array.

Updated 6 months ago

ndarray-base-assert-is-integer-index-data-type • Science 26%

Test if an input value is a supported ndarray integer index data type.

Updated 6 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.

Updated 6 months ago

@stdlib/array-base-fliplr2d • Science 44%

Reverse the order of elements along the last dimension of a two-dimensional nested input array.

Updated 6 months ago

@stdlib/ndarray-maybe-broadcast-array • Science 44%

Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.

Updated 6 months ago

array-base-broadcasted-ternary4d • Science 44%

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/napi-argv-uint8array • Science 44%

Convert a Node-API value to an unsigned 8-bit integer array.

Updated 6 months ago

stats-strided-nanmax • Science 44%

Calculate the maximum value of a strided array, ignoring NaN values.

Updated 6 months ago

stats-strided-svariancech • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-diagonal-type-enum2str • Science 44%

Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.

Updated 6 months ago

array-base-unary5d-by • Science 44%

Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

@stdlib/blas-base-layout-resolve-str • Science 44%

Return the layout string associated with a supported BLAS memory layout value.

Updated 6 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 6 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 6 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

array-little-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays stored in little-endian byte order.

Updated 6 months ago

@stdlib/array-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 6 months ago

@stdlib/array-zero-to • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 6 months ago

lapack-base-spttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 6 months ago

@stdlib/napi-argv-uint32array • Science 44%

Convert a Node-API value to an unsigned 32-bit integer array.

Updated 6 months ago

@stdlib/array-base-none-by-right • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/array-base-quaternary3d • Science 44%

Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

stats-array-nanvariancepn • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.

Updated 6 months ago

blas-base-wasm-scasum • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Updated 6 months ago

@stdlib/array-zero-to-like • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

Updated 6 months ago

stats-strided-smax • Science 44%

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

Updated 6 months ago

@stdlib/array-base-binarynd • Science 44%

Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.