stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
stats-strided-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/blas-base-zscal
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
@stdlib/math-base-special-asecd
Compute the arcsecant (in degrees) of a double-precision floating-point number.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
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-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
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-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).
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
stats-strided-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
@stdlib/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/slice-base-str2multislice
Parse a string-serialized MultiSlice object.
@hugoalh/is-numeric-integral
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
@hugoalh/symmetric-crypto
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
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.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
@stdlib/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
@hugoalh/fs
An ECMAScript (JavaScript & TypeScript) module for enhanced file system operation.
ndarray-vector-int32
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
machine-translation-for-african-languages
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! 🛠️🌍
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
@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.
constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.
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).
daily_tseb_gee_et
A GEE TSEB Workflow for estimating Daily High Resolution (30m) fully Remote Sensing Evapotranspiration (ET)
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.