Updated 9 months ago

assert-is-equal-uint8clampedarray • Science 44%

Test if two arguments are both Uint8ClampedArrays and have equal values.

Updated 9 months ago

blas-ext-base-ndarray-sindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

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

Return the last index of a specified search element in a one-dimensional ndarray.

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

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

machine-translation-for-african-languages • Science 44%

This repository focuses on developing machine translation and NLP tools specifically for African languages. Join us in addressing the challenges and opportunities in this vital area of language technology! 🛠️🌍

Updated 9 months ago

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

Explore the blas-ext-base-glast-index-of repository for efficient numerical computations in JavaScript and C. Join us in enhancing web-based scientific tools! 🚀💻

Updated 9 months ago

math-base-special-sech • Science 26%

Math Base Special Sech provides efficient mathematical functions for numerical computation in JavaScript. Enhance your projects with reliable and precise calculations! 🚀📊

Updated 9 months ago

@hugoalh/fs • Science 44%

An ECMAScript (JavaScript & TypeScript) module for enhanced file system operation.

Updated 9 months ago

stats-strided-dstdevpn • Science 57%

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

Updated 9 months ago

stats-strided-sstdevch • Science 57%

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

Updated 9 months ago

stats-strided-varianceyc • Science 57%

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

Updated 9 months ago

ndarray-vector-uint32 • Science 44%

Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

@stdlib/slice-base-args2multislice • Science 31%

Create a MultiSlice object from a list of MultiSlice constructor arguments.

Updated 9 months ago

@stdlib/random-strided-invgamma • Science 44%

Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.

Updated 9 months ago

stats-strided-snanmax • Science 44%

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

Updated 9 months ago

ndarray-vector-int8 • Science 44%

Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).

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

number-float64-base-add • Science 44%

Compute the sum of two double-precision floating-point numbers.

Updated 9 months ago

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

Common symbols and type definitions shared across base BLAS APIs.

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

stats-strided-dsmeanpn • Science 57%

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

Updated 9 months ago

@stdlib/string-base-first-grapheme-cluster • Science 44%

Return the first grapheme cluster (i.e., user-perceived character) of a string.

Updated 9 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).

Updated 9 months ago

stats-strided-sdsmeanors • Science 44%

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

Updated 9 months ago

iter-cuany-by • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.

Updated 9 months ago

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

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 9 months ago

stats-strided-dnanmeanors • Science 31%

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

Updated 9 months ago

stats-strided-dnanmin • Science 31%

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

Updated 9 months ago

array-base-index-of-same-value • Science 31%

Return the index of the first element which equals a provided search element according to the same value algorithm.

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.