Updated 10 months ago

stats-strided-dsemwd • Science 57%

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

Updated 10 months ago

math-base-special-aversinf • Science 44%

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

Updated 10 months ago

stats-strided-svariancewd • Science 57%

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

Updated 10 months ago

blas-base-wasm-dsdot • Science 44%

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

Updated 10 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 10 months ago

number-float64-base-ulp-difference • Science 44%

Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.

Updated 10 months ago

stats-base-ztest-one-sample-results-struct-factory • Science 44%

Create a new struct constructor tailored to a specified floating-point data type.

Updated 10 months ago

@stdlib/array-place • Science 44%

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

Updated 10 months ago

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

Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.

Updated 10 months ago

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

Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.

Updated 10 months ago

lapack-base-dlamch • Science 44%

Determine double-precision floating-point machine parameters.

Updated 10 months ago

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

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

Updated 10 months ago

array-base-nulls • Science 44%

Create a generic array filled with null values.

Updated 10 months ago

stockprime • Science 44%

An inventory management system pointed towards small companies that suffer with logistics. Written with JavaScript through the Node.js ecosystem and data backed with MongoDB.

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

math-base-special-atanf • Science 44%

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

Updated 10 months ago

https://github.com/bmascat/code-artifact-openai-realtime • Science 13%

React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.

Updated 10 months ago

@stdlib/napi • Science 44%

C APIs for creating Node-API native add-ons.

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

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

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

stats-strided-sminsorted • Science 44%

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

Updated 10 months ago

@stdlib/random-strided-tools-ternary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.

Updated 10 months ago

blas-ext-sum • Science 44%

Compute the sum along one or more ndarray dimensions.

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

ndarray-vector-int32 • Science 44%

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

Updated 10 months ago

assert-is-equal-array • Science 44%

Test if two arguments are both generic arrays and have equal values.

Updated 10 months ago

constants-float64-max-nth-factorial • Science 44%

Maximum nth factorial when stored in double-precision floating-point format.

Updated 10 months ago

ndarray-vector • Science 44%

Vector constructors and associated utilities.

Updated 10 months ago

blas-base-wasm-sswap • Science 44%

Interchange two single-precision floating-point vectors.

Updated 10 months ago

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

Compute the arccosine (in degrees) of a double-precision floating-point number.

Updated 10 months ago

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

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

Updated 10 months ago

assert-is-equal-uint32array • Science 44%

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

Updated 10 months ago

number-float32-base-assert-is-almost-equal • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-vector-uint16 • Science 44%

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

Updated 10 months ago

stats-strided-dnanvariancech • Science 57%

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

Updated 10 months ago

stats-base-ndarray-smax • Science 44%

Compute the maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

stats-strided-sstdevyc • Science 57%

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

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

stats-strided-smax • Science 44%

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

Updated 10 months ago

stats-strided-dnanvarianceyc • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dstdevwd • Science 57%

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

Updated 10 months ago

math-base-special-minabsf • Science 44%

Return the minimum absolute single-precision floating-point number.

Updated 10 months ago

stats-strided-snanrange • Science 44%

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

Updated 10 months ago

math-base-special-sinf • Science 44%

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

Updated 10 months ago

@stdlib/array-empty-like • Science 44%

Create an uninitialized array having the same length and data type as a provided array.

Updated 10 months ago

stats-array-nanmeanors • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

stats-strided-sztest • Science 44%

Compute a one-sample Z-test for a single-precision floating-point strided array.

Updated 10 months ago

complex-float32-base-assert-is-same-value • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 10 months ago

array-base-broadcasted-quaternary2d • Science 44%

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

Updated 10 months ago

stats-strided-dnanmeanpw • Science 57%

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

Updated 10 months ago

assert-napi-has-property • Science 44%

Assert that a Node-API value has a specified property.

Updated 10 months ago

complex-float64-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 10 months ago

stats-max-by • Science 44%

Compute the maximum value along one or more ndarray dimensions according to a callback function.

Updated 10 months ago

math-base-special-lucasf • Science 44%

Compute the nth Lucas number as a single-precision floating-point number.

Updated 10 months ago

random-strided-minstd • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

Updated 10 months ago

stats-strided-snanmeanors • Science 44%

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

Updated 10 months ago

blas-ext-base-ndarray-dcusum • Science 44%

Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

ndarray-base-min-unsigned-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided unsigned integer value.

Updated 10 months ago

array-base-cuevery-by • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Updated 10 months ago

array-base-cunone-by • Science 44%

Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.

Updated 10 months ago

array-base-broadcasted-quaternary4d • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

strided-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 10 months ago

wasm-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 10 months ago

final-year-project • Science 44%

Chatalyst: React Messaging Application with Integrated AI for Smart Replies.

Updated 10 months ago

sixarm_sencha_demo_model • Science 44%

SixArm.com » Sencha » Demo » Model

Updated 10 months ago

fnv-es • Science 44%

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