stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
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).
blas-ext-base-ndarray-dindex-of
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-array-nanstdevyc
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
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.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
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.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
math-base-special-atandf
Compute the arctangent(in degrees) of a single-precision floating-point number.
stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
final-year-project
Chatalyst: React Messaging Application with Integrated AI for Smart Replies.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
fnv-es
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
blas-base-wasm-scnrm2
Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻
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.
ocean-data-map-project
The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
ndarray-base-ndarraylike2scalar
Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
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.
stats-base-dists-planck-median
Planck (discrete exponential) distribution median.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
@stdlib/math-base-special-asecd
Compute the arcsecant (in degrees) of a double-precision floating-point number.
@stdlib/array-base-map2d
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
@stdlib/random-array-f
Create an array containing pseudorandom numbers drawn from an F distribution.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
complex-float32-base-neg
Negate a single-precision complex floating-point number.
math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
@stdlib/array-base-unary2d-by
Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
math-base-special-fmodf
Evaluate the modulus function for single-precision floating-point numbers.
@stdlib/math-iter-special-trigamma
Create an iterator which evaluates the trigamma function for each iterated value.
@stdlib/complex-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.