stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
blas-base-ndarray-gdot
Compute the dot product of two one-dimensional ndarrays.
math-base-special-aversinf
Compute the inverse versed sine of a single-precision floating-point number (in radians).
stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
blas-ext-base-ndarray-gcusum
Compute the cumulative sum of a one-dimensional ndarray.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
number-float64-base-ulp-difference
Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.
stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
@stdlib/random-array-randu
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/random-strided-weibull
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
stockprime
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.
array-base-mskbinary4d
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.
array-base-mskbinary3d
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.
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
https://github.com/bmascat/code-artifact-openai-realtime
React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.
blas-ext-base-wasm-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
@stdlib/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
ndarray-vector-int32
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
@stdlib/math-base-special-acosd
Compute the arccosine (in degrees) of a double-precision floating-point number.
blas-ext-base-ndarray-dindex-of
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
number-float32-base-assert-is-almost-equal
Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
ndarray-vector-uint16
Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/array-zero-to-like
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.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
stats-strided-dnanvarianceyc
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.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
assert-napi-has-property
Assert that a Node-API value has a specified property.
stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
node-seal
Homomorphic Encryption for TypeScript or JavaScript - Microsoft SEAL
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
final-year-project
Chatalyst: React Messaging Application with Integrated AI for Smart Replies.
fnv-es
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).