Updated 9 months ago

stats-array-nanvariancetk • Science 57%

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

Updated 9 months ago

blas-base-wasm-sdsdot • Science 44%

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

Updated 9 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 9 months ago

stats-array-nanmax • Science 44%

Calculate the maximum value of an array, ignoring NaN values.

Updated 9 months ago

stats-array-varianceyc • Science 57%

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

Updated 9 months ago

stats-array-nanmin • Science 44%

Calculate the minimum value of an array, ignoring NaN values.

Updated 9 months ago

stats-strided-dnanstdev • Science 44%

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

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

blas-base-dtrmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 9 months ago

blas-base-wasm-dsdot • Science 26%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 9 months ago

stats-strided-dsmeanpw • Science 57%

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

Updated 9 months ago

random-array-beta • Science 44%

Create an array containing pseudorandom numbers drawn from a beta distribution.

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

stats-strided-dnanstdevyc • Science 26%

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

stats-strided-nanstdevpn • Science 57%

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

Updated 9 months ago

stats-strided-dztest2 • Science 44%

Compute a two-sample Z-test for two double-precision floating-point strided arrays.

Updated 9 months ago

stats-strided-dnanmeanwd • Science 57%

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

Updated 9 months ago

stats-array-nanmeanpn • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.

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

array-base-for-each • Science 44%

Invoke a callback function once for each array element.

Updated 9 months ago

stats-array-nanmskmax • Science 44%

Calculate the maximum value of an array according to a mask, ignoring NaN values.

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

stats-strided-meanors • Science 44%

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

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

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

Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.

Updated 9 months ago

stats-strided-dnanmax • Science 44%

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

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/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

array-base-fill • Science 44%

Fill all elements within a portion of an array with a specified value.

Updated 9 months ago

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

Return the enumeration constant associated with a supported BLAS matrix triangle value.

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

ndarray-base-unary-reduce-strided1d-assign-struct • 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

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 9 months ago

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

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

Updated 9 months ago

math-array • Science 44%

Math functions applied to arrays.

Updated 9 months ago

@stdlib/array-base-count-same-value-zero • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 9 months ago

lapack-base-sge-trans • Science 44%

Convert a matrix from row-major layout to column-major layout or vice versa.

Updated 9 months ago

@stdlib/lapack-base-dpttrf • Science 44%

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

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

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

array-base-mskbinary4d • Science 44%

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

Updated 9 months ago

array-base-mskbinary3d • Science 44%

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

Updated 9 months ago

@stdlib/ndarray-stride • Science 44%

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

Updated 9 months ago

stats-strided-dmin • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

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

Apply a nullary function and assign results to elements in an output ndarray.

Updated 9 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 9 months ago

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

Return the transpose operation string associated with a supported BLAS transpose operation value.

Updated 9 months ago

stats-strided-dsvariance • Science 44%

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

Updated 9 months ago

array-base-unary3d-by • Science 44%

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

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.