Updated 6 months ago

array-base-zip2objects • Science 26%

Zip one or more arrays to an array of objects.

Updated 6 months ago

@hugoalh/sdbm • Science 44%

An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm SDBM.

Updated 6 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

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

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

Updated 6 months ago

ndarray-base-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 6 months ago

complex-float64-base-assert-is-almost-equal • Science 44%

Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 6 months ago

iter-cusome • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.

Updated 6 months ago

math-base-special-dirac-deltaf • Science 44%

Evaluate the Dirac delta function in single-precision floating-point format.

Updated 6 months ago

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

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

Updated 6 months ago

array-base-cusome • Science 44%

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

Updated 6 months ago

constants-float32-max-safe-nth-lucas • Science 44%

Maximum safe nth Lucas number when stored in single-precision floating-point format.

Updated 6 months ago

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

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

Updated 5 months ago

https://github.com/bmascat/daw-notes • Science 26%

Exercises carried out in the different modules of the software web development degree course. DDL and DML with SQL. POO in JS, java and PHP. Agile methodologies such as TDD and DDD. UML desing. Code refactoring

Updated 6 months ago

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

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

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

ndarray-some-by • Science 44%

Test whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function.

Updated 6 months ago

stateman-cli • Science 26%

A comprehensive, vanilla javascript state management library.

Updated 6 months ago

ndarray-vector-uint8c • Science 44%

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

Updated 6 months ago

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 6 months ago

stats-array-max-by • Science 44%

Calculate the maximum value of an array via a callback function.

Updated 6 months ago

@hugoalh/string-dissect • Science 44%

An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-dmskmin • Science 44%

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

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

math-base-special-csignumf • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

math-base-special-acscdf • Science 44%

Compute the arccosecant (in degrees) of a single-precision floating-point number.

Updated 6 months ago

utils-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Updated 6 months ago

stats-strided-dmskmax • Science 44%

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

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

stats-strided-dcovarmtk • Science 26%

Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.

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

ndarray-base-every-by • Science 44%

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

Updated 6 months ago

stats-strided-sdsmean • Science 44%

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

Updated 6 months ago

stats-strided-smeanpw • Science 57%

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

Updated 6 months ago

tropy • Science 36%

Research photo management

Updated 6 months ago

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

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

Updated 6 months ago

object-none-in-by • Science 44%

Test whether every property in an object fails a test implemented by a predicate function.

Updated 6 months ago

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

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

Updated 6 months ago

formr.org • Science 26%

Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.

Updated 6 months ago

stats-strided-dmax • Science 44%

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

Updated 6 months ago

stats-strided-dcovmatmtk • Science 44%

Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.

Updated 6 months ago

stats-array • Science 44%

Statistical functions for arrays.

Updated 6 months ago

stats-strided-smeanwd • Science 44%

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

Updated 6 months ago

stats-array-nanvariancech • Science 57%

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

Updated 6 months ago

stats-array-nanvarianceyc • Science 57%

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

Updated 6 months ago

blas-base-wasm-cscal • Science 44%

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

Updated 6 months ago

blas-base-wasm-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

blas-base-wasm-zcopy • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-snanmax • Science 44%

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

Updated 6 months ago

ndarray-vector-int8 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-log10 • Science 44%

Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.

Updated 6 months ago

ndarray-base-slice-assign • Science 44%

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

Updated 6 months ago

@stdlib/napi-create-int32 • Science 44%

Convert a signed 32-bit integer to a Node-API value.

Updated 6 months ago

@stdlib/complex-float32-base • Science 44%

Base (i.e., lower-level) single-precision complex number functions.

Updated 6 months ago

hyperspectral_toolkit • Science 67%

Google Earth Engine (GEE) JavaScript-based tools for working with various hyperspectral datasets (e.g., AVIRIS, EMIT, Hyperion, PACE OCI)

Updated 6 months ago

number-float64-base-add • Science 44%

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

Updated 6 months ago

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

Common symbols and type definitions shared across base BLAS APIs.

Updated 6 months ago

stats-strided-smeanwd • Science 57%

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

Updated 6 months ago

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

Compute the arccosecant of a single-precision floating-point number.

Updated 6 months ago

stats-strided-dstdevyc • Science 57%

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

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

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 6 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.