Updated 9 months ago

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

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

Updated 9 months ago

blas-ext-base-wasm • Science 44%

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

Updated 9 months ago

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

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

Updated 9 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 9 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 9 months ago

@stdlib/ndarray-stride • Science 44%

Return the stride along a specified dimension for a provided ndarray.

Updated 9 months ago

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

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

Updated 9 months ago

@stdlib/blas-base-matrix-triangle-enum2str • Science 44%

Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.

Updated 9 months ago

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

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

Updated 9 months ago

ndarray-count-falsy • Science 44%

Count the number of falsy elements along one or more ndarray dimensions.

Updated 9 months ago

console-log-each-map • Science 44%

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

Updated 9 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 9 months ago

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

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

Updated 9 months ago

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

Test whether all elements in an array fail a test implemented by a predicate function.

Updated 9 months ago

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

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

Updated 9 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 9 months ago

math-array-special-abs • Science 44%

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

Updated 9 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 9 months ago

stats-strided-dnanstdevpn • Science 44%

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

Updated 9 months ago

stats-strided-dmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.

Updated 9 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 9 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 9 months ago

stats-strided-dsvariancepn • Science 57%

Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.

Updated 9 months ago

stats-array-mskmax • Science 44%

Calculate the maximum value of an array according to a mask.

Updated 9 months ago

blas-ext-base-wasm-dapxsumpw • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.

Updated 9 months ago

napi-argv-dataview • Science 26%

This repository provides a way to work with DataView in Node.js, allowing seamless manipulation of binary data. 🌐 Explore efficient numerical computations with ease and flexibility. 🛠️

Updated 9 months ago

stats-strided-nanmin-by • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 9 months ago

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

Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.

Updated 9 months ago

@stdlib/array-base-broadcasted-binary4d • Science 44%

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

Updated 9 months ago

stats-strided-meanpn • Science 26%

Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀

Updated 9 months ago

stats-array-stdevyc • Science 57%

Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 months ago

@stdlib/assert-is-complex128ndarray-like • Science 44%

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

Updated 9 months ago

blas-ext-base-dlast-index-of • Science 44%

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

Updated 9 months ago

lapack-base-dlaset • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.

Updated 9 months ago

stats-base-sdsnanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.

Updated 9 months ago

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 9 months ago

ndarray-base-map • Science 44%

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

Updated 9 months ago

stats-strided-snanmeanwd • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 9 months ago

@stdlib/random-array-tools-unary • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.

Updated 9 months ago

array-base-cusome • Science 44%

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Updated 9 months ago

@stdlib/array-base-resolve-getter • Science 44%

Return an accessor function for retrieving an element from an array-like object.

Updated 9 months ago

ndarray-every • Science 44%

Test whether every element along one or more ndarray dimensions is truthy.

Updated 9 months ago

ndarray-base-count-truthy • Science 44%

Count the number of truthy elements in an ndarray.

Updated 9 months ago

stats-strided-dnanvariancepn • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

Updated 9 months ago

stats-strided-wasm-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 44%

Constructor for performing a reduction on an input ndarray according to a callback function.

Updated 9 months ago

stats-strided-dnanstdevpn • Science 57%

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

Updated 9 months ago

stats-strided-dsemyc • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 months ago

stats-strided-dsemch • Science 57%

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

Updated 9 months ago

ndarray-base-some-by • Science 44%

Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

console-log-each-map • Science 44%

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

Updated 9 months ago

napi-argv-dataview • Science 44%

Convert a Node-API value corresponding to a DataView to an array of bytes (i.e., an unsigned 8-bit integer array).

Updated 9 months ago

array-mostly-safe-casts • Science 44%

Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.

Updated 9 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 9 months ago

ndarray-base-every-by • Science 44%

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

Updated 9 months ago

stats-strided-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Updated 9 months ago

stats-strided-smeanpw • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 9 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 9 months ago

stats-strided-smeanwd • Science 44%

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

Updated 9 months ago

stats-strided-dmeanwd • Science 57%

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

Updated 9 months ago

stats-strided-dnanvariancetk • Science 44%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 9 months ago

stats-array-nanmax-by • Science 44%

Calculate the maximum value of an array via a callback function, ignoring NaN values.

Updated 9 months ago

@stdlib/blas-base-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 9 months ago

stats-strided-dsmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Updated 9 months ago

stats-strided-dnanstdev • Science 44%

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